Formatting
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<>
Items
1 <= itemsformat?"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"}