API Reference

Send a one-time password to a communication channel.

Action method sends generated password to the selected communication channel and provides verification string.
Resource provides a mechanism OTP for the verification using a unique password that can only be used once.

Log in to see full request history
Body Params
string
required

ID of the external application that requested one time password. If you dont have external application id, guide how to get it is available here.

integer
required

The unique ID of the communication channel. Possible values are: 1 - email / 2- SMS / 4 - PUSH notification (Apple or Google)/ 5 - internal system notification

string
required

Recipient of the message with OTP. The parameter could contain email, phone number or other identifier of the message recipient.

integer
Defaults to 1

Parameter sets witch OTP type should be generated. Possible values: 1 - alphanumeric, 2 - numeric

string

The unique ID of the message_template. If not set, CareCloud uses default value from the system configuration.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object
string

The parameter specifies the request that caused the OTP to be created. Request ID will be used as one of the parameter in method /one-time-password/actions/verify.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL