Forgot Password
This method sends a password reset email to a player. use gateway.[msdomain]
Request (POST)
/gateway/admission/{version}/forgot/password/{brand_id}
Parameters:
{
"mail": "string"
}| Name | In | Type | Required | Description |
|---|---|---|---|---|
| version | path | string | true | The API version to use. |
| brand_id | path | int | true | The ID of the casino. If a brand_id is not provided, all message formats will be fetched from default storage. |
| body | string | true | player email to send a link for reset password to. |
Response
Status 201
{
"message_format": "forgot_email_sent"
}Status 400
{
"errMsg": "invalid input - invalid brand id"
}{
"message_format": "email_required"
}Status 500
{
"result": "internal server error"
}Response Parameters:
| Name | Description |
|---|---|
| message_format | Message format to be displayed taken from Message Format. |