Get the Registration Status for All Data Recipients
Registration
Get the Registration Status for All Data Recipients
Use the /api/v1/recipients/providers/requests endpoint to check the registrations status of all Data Recipients.
GET
Get the Registration Status for All Data Recipients
Use the
/api/v1/recipients/providers/requests endpoint to check the registrations status of all Data Recipients.
To successfully call this endpoint, you must first call the /Token endpoint to obtain a valid access_token using the following settings:
- grant_type:
client_credentials - client_id:
{partner client_id} - client_secret:
{partner client_secret} - scope:
client:admin
Authorizations
Bearer token obtained from the /Token endpoint.
Response
Result
Unique identifier for the data recipient.
Name of the data recipient.
Unique identifier for the data provider.
Name of the data provider.
Country code of the data provider (e.g., CA, US).
Current registration status (PENDING_APPROVAL, PENDING_ACTIVATION, or ACTIVE).
Timestamp of when the registration was requested (ISO 8601 format).