Skip to main content
POST
/
trust-centers
/
{slugId}
/
compliance-frameworks
/
{frameworkId}
/
badge
Upload Trust Center compliance framework badge
curl --request POST \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/compliance-frameworks/{frameworkId}/badge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "isSuccessful": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

slugId
string
required
frameworkId
string
required

Body

multipart/form-data
file
file
required

Response

200 - application/json

Ok

isSuccessful
boolean
required

Whether the upload succeeded.