๐Ÿ“ถSend SMS

Send a text message

POST https://api.krezypay.com/v1/sandbox/services/send_sms

Body

Name
Type
Description

userID

string

This is your account identifier indicating whether you are in production or in test

label

string

The name of the company or the product label

phone

string

The number that will receive the SMS

content

string

The content of the SMS

Response


{
    "status": "success",
    "message": "SMS sent successfully"
}

Last updated