Skip to content

List all DEP sync requests for the tenant

Request

Returns all the DEP sync requests for the tenant

Security
apiKey
cURL
curl -i -X GET \
  https://develop-api.esper.io/_mock/openapi/onboarding/v0/depsyncs/ \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

DEP sync request list for the Tenant

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }