curl --request POST \
  --url https://integration.getmateo.com/api/v1/format \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumber": "<string>",
  "countryCode": "DE"
}'
{
  "phoneNumber": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json
Successfully formatted phone numbers

The response is of type object.