Confirm email
GET {{baseUrl}}/{{version}}/auth/confirm/email/?email_confirmation_token={{confirmEmailToken}}
This endpoint gives you the ability to confirm the email fields of Coaches and players.
which is used to ensure that coaches and players have provided an accurate and valid email address. It is a verification step to prevent the risk of errors like typos.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
email_confirmation_token | string | A valid email_confirmation_token issued by /v1/auth/reaset |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | A valid JWT token |