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.

Log in to see full request history

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

Path Params
int32
required
Defaults to 1000

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

Responses

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here! Or choose an example:
application/json