POST
/
phone
/
verify
curl --request POST \
  --url https://api.sandbox.saalal.com/v1/phone/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phone": 7778549625,
  "country_code": "sn"
}'
{
  "message": "OK",
  "statusCode": 200,
  "data": [
    {
      "valid": true,
      "carrier_name": "Orange Senegal",
      "mobile_money_network": [
        "Orange Money Senegal",
        "Wave Senegal"
      ],
      "country_code": "sn",
      "phone": 778554525
    }
  ]
}

Authorizations

Authorization
string
headerrequired

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

Headers

Accept
string

Body

application/json
phone
string
country_code
enum<string>
Available options:
sn,
ci,
tg,
bj,
bf

Response

200 - application/json
message
string
statusCode
integer
data
object