Token verified by OIDC
Use this endpoint to obtains an access token by presenting its authorization grant
scopes:
- write:accounts:/auth/users
Authorizations
Path Parameters
An id that uniquely identifies the account or owner (partner)
Body
authorization_code The unique identifier of the target API you want to access.
The audience must be a grant associated with the client that
has oidc configured
"https://api.dintero.com/v1/accounts/P00000000"
The redirect URL which the user agent is redirected to after finishing a login.
Response
Success
A JWT access token
"eyJhbGci...t7P4"
Bearer The lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated.
86400
Details about the user provided by the authentication server