DEP Sync Request

APIs to create and access DEP sync request information.

List all DEP sync requests for the tenant

Returns all the DEP sync requests for the tenant

SecurityapiKey07
Responses
200

DEP sync request list for the Tenant

401

Authorization information is missing or invalid.

500

Internal server error

get/onboarding/v0/depsyncs/
Request samples
Response samples
application/json
{
  • "code": 0,
  • "message": "string",
  • "content": {
    }
}

Create a DEP sync request

API to create a DEP sync request.

SecurityapiKey07
Request
Request Body schema: application/json
required
object
Responses
200

DEP sync request successfully created.

400

Bad request

401

Authorization information is missing or invalid.

500

Internal server error

post/onboarding/v0/depsyncs/
Request samples
application/json
{ }
Response samples
application/json
{
  • "code": 0,
  • "message": "string",
  • "content": {
    }
}

Get a DEP sync request

API to get a DEP sync request

SecurityapiKey07
Request
path Parameters
id
required
string

ID of the DEP sync request object

Responses
200

DEP sync request information

401

Authorization information is missing or invalid.

404

Not Found.

500

Internal server error

get/onboarding/v0/depsyncs/{id}/
Request samples
Response samples
application/json
{
  • "code": 0,
  • "message": "string",
  • "content": {
    }
}