Registration

Resend confirmation code

Use this method to resend the confirmation code to the client's email address for a pending registration.

POST
/api/v2/my/signup/{registerId}/resend

Path Parameters

registerId*string

The identifier of the pending registration received from the initialize endpoint.

Formatuuid

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v2/my/signup/36f59381-5b54-48bd-a0c7-3b908c476732/resend"
Empty
{  "error": {    "message": "Not Found"  }}
{  "error": {    "message": "Too Many Requests"  }}