Authorizations
API key for authentication
Headers
Organization ID
Path Parameters
Body
application/json
Response
200
Request denied
curl --request POST \
--url https://api.trycomp.ai/v1/trust-access/admin/requests/{id}/deny \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '{
"reason": "<string>"
}'Reject access request with reason
curl --request POST \
--url https://api.trycomp.ai/v1/trust-access/admin/requests/{id}/deny \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>' \
--data '{
"reason": "<string>"
}'API key for authentication
Organization ID
Request denied
Was this page helpful?