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.
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).
An id that uniquely identifies the account or owner (partner)
The unique identifier of the target API you want to access. The audience must have a Grant with OIDC configured
code The client_id of your application
The URL to redirect after authorization has been granted by the user.
Scope of the access request, space-separated list.
Authorization token to use if no authorization header is included
Found