Skip to main content
GET
/
v1
/
providers
/
{id}
Retrieve a Data Provider
curl --request GET \
  --url https://api.example.com/v1/providers/{id}/

Overview

This endpoint retrieves information about a specific data provider from the Transcrypts API.

Request

Endpoint

GET https://prod.transcrypts.com/v1/providers/{id}/

Authentication

API authentication requires the following headers:
HeaderDescription
X-Access-Client-IdYour Client ID
X-Access-SecretYour Access Key

Path Parameters

ParameterTypeRequiredDescription
idstringYesThe identifier of the data provider to retrieve

Response

Success Response (HTTP 200)

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "name": "ADP",
  "is_supported": true
}

Error Responses

Status CodeDescription
401Unauthorized - Missing or invalid authentication credentials
403Forbidden - Insufficient permissions
404Not Found - Data provider does not exist