Create a consumer access token
Issues a new access token for the identity supplied in the request. Pass an email to identify a consumer when the client identity key is email. Pass a jwt to assert a trusted identity via JWT verification. Omit both to issue an anonymous token. The optional duration_seconds field caps the token lifetime.
Authorizations
Body
Requested token lifetime in seconds. Defaults to the client configuration value when omitted.
Email address used to identify or create the consumer. Ignored when jwt is present.
Signed JWT carrying consumer identity claims. When supplied, identity is derived from the token claims rather than from email.
Response
Created consumer access token.
Opaque access token for the consumer session. Pass as a Bearer token or access_token query parameter on subsequent requests.
Seconds until the token expires.
Set of permission scopes granted to this token.
Set of permission scopes granted to this token.
UPDATE_PROFILE, VERIFIED_CONSUMER 