mono-logo

Login

Last updated Mar 10th, 2025

Learn more

post api.withmono.com/v2/telecom/auth
v1.0

This API is to get the user's consent and authenticate via means of an OTP that would be sent to the provided phone number.

Supported Providers

Supported Providers

List of telco available providers:

MTN

Airtel

Body
Headers

Request

1234567891011
curl --request POST \
     --url https://api.withmono.com/v2/telecom/auth \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --data '
{
  "provider": "airtel",
  "phone": "08012345678"
}
'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?