Number Verification V1

TokenRequest

object
grant_typestringrequired

Allowed values:authorization_code

Example:authorization_code

codestringrequired

Authorization code received from authorize endpoint

redirect_uristring(uri)required

Must match the redirect URI used in the authorize request

client_idstringrequired

Client identifier

client_secretstringrequired

Client secret

Example