v1
latestOpenAPI 3.0.02026-07-1491520.4 KBTransfers
Transfer number
Transfer number from one account to another.
post/{api_key}/transfer-number
Path parameters
api_keystring required
ID of the primary account.
Request body
Example request
{
"country": "GB",
"from": "7c9738e6",
"to": "ad6dc56f"
}Response
Number transfer response
Example response
{
"country": "GB",
"from": "7c9738e6",
"number": "235077036",
"to": "ad6dc56f"
}