Smile Customer Validation

Validate Smile Customer

POST https://sagecloud.ng/api/v2/internet/data/smile/validate

This endpoint allows you to validate a Smile customer.

Headers

NameTypeDescription

Authorization

string

Check the Headers page.

Request Body

NameTypeDescription

phone

string

The customer's number

{
    "success": true,
    "customer": {
        "customerName": "John Doe",
        "customerAddress": "1234, XYZ street, Lagos"
    }
}

Last updated