POST
/
iam
/
auth
/
password
/
forgot
curl --request POST \
  --url https://api.gcore.com/iam/auth/password/forgot \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'
{
  "status": "sent"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/json

Response

200
application/json

OK.

The response is of type any.