Create Access Token
Creates an access token using an authorization code.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Key-Inflection
Determines casing for the API response
Allowed values:
Idempotency-Key
Ensures the request is idempotent
Persona-Version
Allowed values:
Request
This endpoint expects an object.
code
Authorization Code
grant-type
Must be set to ‘authorization_code’
Response
Created
access-token
Access Token that can be used wherever an API Key would be used.
expires-in
Number of seconds until the access token expires.
scope
Space-separated list of ‘permission:object’ combinations (i.e. inquiry.read:inq_uX7kRTiBxsJ1sZqPLAsjdP9j verification.read:ver_ynYuWdrjwwjiHJ2rgHfSoHeT
token-type