api get number by service

Requesting a number in a given range from your account for a given service

(note you will need to have retrieved a number using the GetNumberForService call prior to this call)

URL : /SMS/GetNumberByService?apiId={ID}&secret={SEC}&serviceId={SERV}&range={RANGE}

{ID} - provided api id (Required)

{SEC} - provided api secret (Required)

{SERV} - the ID of the service

{RANGE} - specify the range for the new number can be in following formats:

44xxxxxx

xxxxxx

(the number returned will start with the given range, this is useful if you know a certain service is performing well with a given range of numbers)

Example response:

{"Status":"Success","Number":"44xxxxxxxxxx","ErrorCode":"Non","Error":null,"Message":null}


<< Back



<< Back