Use this endpoint to redirect to an URL with a ID token added.
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)
Response with redirect URL in response body. Accept: application/json
The HTTP URL to redirect to with ID token
^https?://.*"https://example.dintero.com/reports/123.pdf?id_token=XB..."