Skip to main content
Endpoint: https://BASE_URL/api/email/otp/send Request Type: POST Sample Response:
OptionsRequiredDescription
api*keyyes_string*
Your API key (It can be found on your Termii dashboard).
email*addressyes_string*
Represents the email address you are sending to (Example: [email protected]).
email*configurationyes_string* This represents the email configuration you have added on your Termii dashboard. It can be found on your Termii dashboard.
{
"email_address": "[email protected]",
"code": "092471",
"api_key": "Your API key",
"email_configuration_id": "0a53c416-uocj-95af-ab3c306aellc"
}
Sample Response:
{
      "code": "ok",
      "message_id": "9122821270554876574",
      "message": "Successfully Sent",
      "balance": 9,
      "user": "Shola Olu"
   }