cURL
curl --request GET \ --url https://api.vanta.com/v1/trust-centers/{slugId}/resources \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "4b1e7a8c3d9f6a2b5c8d0e3f", "title": "Resource title", "mimeType": "application/pdf", "fileName": "resource.pdf", "creationDate": "2020-01-01T00:00:00.000Z", "updatedDate": "2020-01-01T00:00:00.000Z", "isPublic": true, "description": "Resource description" } ] }
Gets a list of resources on a Trust Center.
Documentation IndexFetch the complete documentation index at: https://vanta.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Ok
Show child attributes
Was this page helpful?
Contact support