Token verified by OIDC
Use this endpoint to obtains an access token by presenting its authorization grant
scopes:
- write:accounts:/auth/users
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
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