List Job Numbers

/offnet/jobs/numbers

Full Url

Arguments

  • token (required)
  • job_id

Info

Retrieves a list of numbers for a given offnet job.
Note: The job_id is the id of an offnet job.

Example Success

{
"code": 200,
"status": "success",
"data": []
}

Example Error

{
"code": 400,
"status": "error",
"data": "Invalid job ID"
}