POST
/
api
/
permissions
/
{sync_id}
/
list-objects
List Objects
curl --request POST \
  --url https://sync.useparagon.com/api/permissions/{sync_id}/list-objects \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "user": "<string>",
  "role": "<string>"
}'
{
  "objects": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sync_id
string
required

Body

application/json

Response

200
application/json

List of objects

The response is of type object.