# Create a DEP sync request API to create a DEP sync request. Endpoint: POST /onboarding/v0/depsyncs/ Version: 1.0.0 Security: apiKey ## Response 200 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) - `content.id` (string) Unique DEP sync request identifier - `content.status` (string) Status of the DEP sync request Enum: "QUEUED", "INPROGRESS", "COMPLETE", "FAILURE", "SUCCESS" - `content.created_by` (string) user id of the user - `content.created_at` (string) - `content.updated_at` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)