List Offnet Numbers
/list
- token (string, required)
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.
{
"code": 200,
"status": "success",
"data": []
}
{
"code": 500,
"status": "error",
"data": "something went wrong"
}