cURL
curl --request POST \ --url https://api.mesinalabs.com/v1/phone-numbers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "country": "<string>", "region": "<string>", "mesinaCode": "<string>", "priority": "low", "tags": [ "<string>" ] }'
{ "id": "<string>", "number": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "mesinaCode": "<string>" }
Compra un nuevo número de teléfono.
El bearer token es generado por nosotros, y está disponible en tu dashboard
Número de teléfono a comprar
The body is of type object.
object
Número de teléfono comprado exitosamente
The response is of type object.