Skip to content

DEP Sync Request

APIs to create and access DEP sync request information. Use DEP sync to sync the information from your Apple Business Manager account to the Esper console.

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": [] } }