send one time passcode

sample body parameters

{
    "BrandName": "BRAND NAME", // string
    "Channel": "CHANNEL", // string
    "DestinationIdentity": "PHONE NUMBER", // string
    "ReferenceId": "REFERENCE ID", // string
    "AllowedAttempts": ATTEMPTS_ALLOWED, // int
    "CodeLength": CODE_LENGTH, // int
    "Language": "LANGUAGE CODE", // string
    "ValidityPeriod": VALID_PERIOD // int
}

NOTE: requires authorization

authentication: YOUR_ID_TOKEN

Language
Authorization
Header
Click Try It! to start a request and see the response here!