BulkGate Helpdesk
  • Languages iconEnglish
    • Czech

›Specification

Specification

  • Send One Time Password (OTP)
  • Verify One Time Password (OTP)
  • Resend One Time Password (OTP)

Resend One Time Password (OTP)

API URL

URL used to send HTTP requests:

https://portal.bulkgate.com/api/1.0/otp/resend
POST /api/1.0/otp/resend HTTP/1.1
Host: portal.bulkgate.com
Content-Type: application/json
Cache-Control: no-cache

Parameters table

PARAMETER NAMEVALUEMANDATORYDEFAULT VALUE
application_idApplication IDYes-
application_tokenApplication tokenYes-
idId received by sending one time passwordYes-

Example of full request

POST /api/1.0/otp/resend HTTP/1.1
Host: portal.bulkgate.com
Content-Type: application/json
Cache-Control: no-cache

{
    "application_id": "APPLICATION_ID",
    "application_token": "APPLICATION_TOKEN",
    "id": "opt-id"
}

Response to this command may be:

In case of success:

{
    "data": {
        "id": "otp-id"
    }
}

In case of error:

{
    "type": "invalid_id_provided",
    "code": 400,
    "error": "Invalid id provided",
    "detail": null
}
{
    "type": "unknown_identity",
    "code": 400,
    "error": "Unknown identity",
    "detail": null
}
{
    "type": "invalid_input_parameters",
    "code": 400,
    "error": "Invalid input parameters",
    "detail": null
}
← Previous
  • API URL
    • Parameters table
    • Example of full request
  • Response to this command may be:
SolutionsSMS GatewayViber for BusinessBroadcastBulk SMSSMS NotificationsTwo-way SMSSmart SMSMobile ConnectWeb Portal
Partners & DevelopersSMS APIIntegrationsAffiliate programWhite label
SourcesBlogYouTubeFacebookLinkedInTwitterGitHubPackagist
CompanyContactPrivacyTerms and Conditions
SMS GatewayTOPefekt s.r.o. © 2021