Campaign - Get numbers

Full Url

Arguments

  • token (required)
  • campaign_id (required)

Info

This method is used to retrieve the list of numbers that have been assigned to a campaign identified by campaign_id.

Example Success

{
code: 200,
status: "success",
data: {
"numbers":[
"7203586785",
"7203586784",
"8146670732",
"8185847369",
"8325993880",
"8044569883",
"5405920866",
"5405070858"
],
"total_brand":37
}
}