API Reference

post
Authorizations
Responses
201
Successful operation
application/json
ResponseanyExample: {"statusCode":201}
post
POST /auth/register HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "statusCode": 201
}
post
Authorizations
Responses
201
Successful Operation
application/json
post
POST /auth/verification-email HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "statusCode": 201,
  "data": {
    "retryCount": 1,
    "maxRetryCount": 3
  }
}

Last updated

Was this helpful?