Use the /api/v1/recipients/ endpoint to get additional details for a particular Data Recipient, including the scopes and redirect URLs.
/api/v1/recipients/{client_id} endpoint to get additional details for a particular Data Recipient, including the scopes and redirect URLs.
To successfully call this endpoint, you must first call the /Token endpoint to obtain a valid access_token using the following settings:
client_credentials{partner client_id}{partner client_secret}client:adminBearer token obtained from the /Token endpoint.
The id for the Data Recipient you want to retrieve details for.
Result
Space-separated list of scopes the data recipient has access to (e.g., ACCOUNT_BASIC ACCOUNT_DETAILED TRANSACTIONS STATEMENTS).
List of authorized redirect URIs for the data recipient.
Unique identifier for the data recipient.
Name of the data recipient.
URL to the data recipient's logo.
Description of the data recipient.
URL to the data recipient's terms of service.
URL to the data recipient's website.
Country code of the data recipient (e.g., CA, US).
Contact information for the data recipient.