Resend 2FA PIN code over Email
If needed, you can resend the same (previously sent) PIN code over Email.
Please log in to see full path URL. Learn why.
post
/2fa/2/pin/{pinId}/resend/email
Authorizations:
Scopes:
path Parameters
pinId required | string Example: 0933F3BC087D2A617AC6DCB2EF5B8A61 ID of the pin code that has to be verified. |
Request Body schema:
application/json
collapse all -
placeholders | object Key value pairs that will be replaced during message sending. Placeholder keys should NOT contain curly brackets and should NOT contain a | ||
|
Responses
default
successful response
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
4XX
Error responses
500
Internal Server Error
5XX
Error responses
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Content type
application/json
Resend PIN with custom placeholder values. This request body is optional and you should only use it if your message template contains custom placeholders.
Copy
Collapse all {- "placeholders": {
- "firstName": "John"
}
}
Response samples
- default
- 400
- 401
- 403
- 404
- 4XX
- 500
- 5XX
Content type
application/json
Copy
Collapse all {- "pinId": "9C817C6F8AF3D48F9FE553282AFA2B67",
- "to": "john.smith@example.com",
- "emailStatus": {
- "name": "PENDING_ACCEPTED",
- "description": "Message accepted, pending for delivery."
}
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See