Skip to main content
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
The following is a list of possible registration statuses:

Authorizations

Authorization
string
header
required

Bearer token obtained from the /Token endpoint.

Response

Result

client_id
string

Unique identifier for the data recipient.

client_name
string

Name of the data recipient.

provider_id
integer

Unique identifier for the data provider.

provider_name
string

Name of the data provider.

country
string

Country code of the data provider (e.g., CA, US).

registration_status
string

Current registration status (PENDING_APPROVAL, PENDING_ACTIVATION, or ACTIVE).

requested_on
string

Timestamp of when the registration was requested (ISO 8601 format).