Skip to content

Get a DEP sync request

Request

API to get a DEP sync request

Security
apiKey
Path
idstringrequired

ID of the DEP sync request object

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

Responses

DEP sync request information

Bodyapplication/json
codeinteger
messagestring
contentobject(DEPSyncRequestForGetResponse)
Response
{ "code": 0, "message": "string", "content": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "QUEUED", "failure_reason": "string", "devices": {}, "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }