cURL
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 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object