Skip to content

Create a DEP sync request

Request

API to create a DEP sync request.

Security
apiKey
Bodyapplication/jsonrequired
object(PipelineRun_POST)
cURL
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 '{}'

Responses

DEP sync request successfully created.

Bodyapplication/json
codeinteger
messagestring
contentobject(DEPSyncRequest)
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" } }