API to create a DEP sync request.
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/onboarding/v0/depsyncs/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/onboarding/v0/depsyncs/
curl -i -X POST \
https://develop-api.esper.io/_mock/openapi/onboarding/v0/depsyncs/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'Response
{ "code": 0, "message": "string", "content": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "QUEUED", "created_by": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } }