Skip to main content
POST
/
trust-centers
/
{slugId}
/
favicon
Upload Trust Center favicon
curl --request POST \
  --url https://api.vanta.com/v1/trust-centers/{slugId}/favicon \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form favicon='@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

Body

multipart/form-data
favicon
file
required

Response

200 - application/json

Ok

Response returned after a favicon upload.

isSuccessful
boolean
required

Whether the favicon was successfully uploaded.