curl --request POST \
--url http://localhost:3333/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 http://localhost:3333/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>"
}
'Was this page helpful?