POST
/
api
/
permissions
/
{sync_id}
/
check
Check Access
curl --request POST \
  --url https://sync.useparagon.com/api/permissions/{sync_id}/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "object": "<string>",
  "user": "<string>",
  "role": "<string>"
}'
{
  "has_access": true
}

Authorizations

Authorization
string
header
required

Paragon User Token. Add to the Authorization header of your requests.

Path Parameters

sync_id
string
required

ID of the Sync

Body

application/json

Response

200
application/json

Access check result

The response is of type object.