Company logoTrust Center Documentation
API v1 ReferenceSubprocessors

List subprocessors

Retrieve the subprocessor register for the authenticated tenant. Browse request parameters, authentication requirements, response payloads, and working code…

GET
/api/v1/subprocessors

Retrieve the subprocessor register for the authenticated tenant.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/subprocessors"
{  "subprocessors": [    {      "id": "vendor-123",      "title": "Acme Cloud Hosting",      "location": "eu-west-1 (Ireland)",      "type": "required",      "description": "Core infrastructure provider for production workloads.",      "description_markdown": ""    },    {      "Data classes": "application logs, analytics events"    },    {      "Retention": "30 days"    },    {      "Contract": "ISO 27001, SOC 2 Type II"    }  ],  "badge": "https://directus.example.com/assets/vendor-badge",  "template": "template-001",  "featured": true,  "date_created": "2025-03-01T10:05:00.000Z",  "date_updated": "2025-04-12T08:30:00.000Z"}

How is this guide?