Skip to main content
GET
Get Data Provider Details
Use the /api/v1/providers endpoint to retrieve information about a particular Data Provider such as their country, their data scopes, the FDX fields they support, and more. 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

Authorization
string
header
required

Bearer token obtained from the /Token endpoint.

Path Parameters

provider_id
string
required

The ID of the Data Provider who you want to retrieve information about.

Response

Result

provider_id
integer

Unique identifier for the data provider.

name
string

Name of the data provider.

country
string

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

provider_url
string

URL of the data provider's website.

scopes
string[]

List of data scopes supported by the data provider.

data_inventory
object

Detailed inventory of FDX fields supported by the data provider.