Skip to main content
POST
/
v1
/
jobs
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "jobId": "<string>",
    "status": "<string>",
    "workflow": {
      "id": 123,
      "name": "<string>"
    },
    "customer": {
      "name": "<string>",
      "mobile": "<string>",
      "email": "<string>",
      "customerID": "<string>"
    },
    "externalRefNumber": "<string>",
    "createdAt": "<string>",
    "validUntil": "<string>",
    "accessUrl": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json
data
object
required

Response

Job created successfully.

success
boolean
data
object