Skip to main content
POST
/
paymint
/
format-phone-number
Format a phone number
curl --request POST \
  --url https://{deployment}/api/v1/paymint/format-phone-number \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "010-1234-5678"
}
'
{}

Body

application/json
phone
string

Response

200 - application/json

Formatted number

The response is of type object.