Skip to main content
PUT
/
trust-centers
/
{slugId}
/
resource-categories
/
order
Reorder Trust Center resource categories
curl --request PUT \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/resource-categories/order \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "categoryIds": [
    "<string>"
  ]
}
'
{
  "results": [
    {
      "id": "93d69894dd525f806d7e5c48",
      "name": "Policies"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.vanta.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

slugId
string
required

Body

application/json
categoryIds
string[]
required

Ordered list of all resource category IDs representing the desired order.

Response

200 - application/json

Ok

results
object[]
required