curl --request POST \
--url http://localhost:3333/v1/trust-portal/compliance-resources/list \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"organizationId": "org_6914cd0e16e4c7dccbb54426"
}
'[
{
"framework": "iso_27001",
"fileName": "<string>",
"fileSize": 123,
"updatedAt": "<string>"
}
]curl --request POST \
--url http://localhost:3333/v1/trust-portal/compliance-resources/list \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"organizationId": "org_6914cd0e16e4c7dccbb54426"
}
'[
{
"framework": "iso_27001",
"fileName": "<string>",
"fileSize": 123,
"updatedAt": "<string>"
}
]API key for authentication
Organization ID (required for session auth, optional for API key auth)
Organization ID that owns the compliance resources
"org_6914cd0e16e4c7dccbb54426"
Compliance certificates retrieved successfully
Was this page helpful?