api get number by service

Requesting a number 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}

{ID} - provided api id (Required)

{SEC} - provided api secret (Required)

{SERV} - the ID of the service

Example response:

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


<< Back



<< Back