Company logoTrust Center Documentation
API v1 ReferenceSubprocessorsId

Get subprocessor

Fetch a specific subprocessor for the current tenant. Browse request parameters, authentication requirements, response payloads, and working code samples in…

GET
/api/v1/subprocessors/{id}

Fetch a specific subprocessor for the current tenant.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Subprocessor ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/subprocessors/string"
{  "success": true,  "data": {    "id": "vendor-123",    "title": "Acme Cloud Hosting",    "location": "eu-west-1 (Ireland)",    "type": "required",    "featured": true,    "description": "Core infrastructure provider",    "description_markdown": "- Ingests application metrics\n- Retains logs for 30 days\n",    "badge": "https://directus.example.com/assets/vendor-badge",    "template": "template-001",    "date_created": "2025-03-01T10:05:00.000Z",    "date_updated": "2025-04-12T08:30:00.000Z"  }}

How is this guide?