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…

Return all templates that can be used during subprocessor creation.

GET
/api/v1/subprocessors/templates

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://app.orbiqhq.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"
    }
  ]
}
{
  "error": "unauthorized",
  "details": "Missing or invalid bearer token"
}
{
  "error": "server_error",
  "details": "Unexpected error occurred"
}

How is this guide?