mono-logo

Login

Last updated May 19th, 2022

Learn more

post api.withmono.com/v1/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 avalaible providers:

MTN

Airtel

Body
Headers

Request

123456789
curl --request POST \
     --url https://api.withmono.com/v1/telecom/auth \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "provider": "airtel"
}
'

Response

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

Did this page help you?