Company logoTrust Center Documentation
API v1 ReferenceSubprocessorsTemplates

List subprocessor templates

Return all templates that can be used during subprocessor creation. Browse request parameters, authentication requirements, response payloads, and working…

GET
/api/v1/subprocessors/templates

Return all templates that can be used during subprocessor creation.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/subprocessors/templates"
{  "templates": [    {      "id": "template-aws",      "title": "AWS Global Infrastructure",      "description": "Default template for AWS hosting workloads.",      "description_markdown": "- Regions: eu-west-1, us-east-1\n- Data classes: Logs, metrics\n- Certifications: ISO 27001, SOC 2 Type II\n",      "badge": "https://directus.example.com/assets/aws-badge"    }  ]}

How is this guide?