List Offnet Numbers

/list

Full Url

Arguments

  • token (string, required)

Info

This will list all of the offnet jobs you have submitted (a job is submitting one batch of numbers). Here you can get the current status of each job.

Example Success

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

Example Error

{
"code": 500,
"status": "error",
"data": "something went wrong"
}