Skip to main content
GET
/
trust-centers
/
{slugId}
/
compliance-frameworks
List Trust Center compliance frameworks
curl --request GET \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/compliance-frameworks \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "b3c8d4e5f6a7b8c9d0e1f2a3",
      "name": "SOC 2 Type II",
      "standard": "soc2",
      "description": "Service Organization Control 2 Type II compliance"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slugId
string
required

Response

200 - application/json

Ok

results
object[]
required