Beta — endpoints, schemas, limits and examples may change before general availability.
Hellomateo API Documentation
Formatting

Format Phone Number

POST
/v1/format/phone-number

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

phone_number*string
country_codes?array<>
Items1 <= items
format?"e164"
Default"e164"
Value in"e164"

Response Body

application/json

curl -X POST "https://api.getmateo.com/v1/format/phone-number" \  -H "Content-Type: application/json" \  -d '{    "phone_number": "string"  }'
{  "phone_number": "string",  "country_code": "st",  "formatted_phone_number": "string",  "format": "e164"}