Reset Token
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
usernamestringRequiredExample:
User email
janedoe@example.comResponses
201
Created
No content
400
Bad Request
application/json
post/auth/generate-reset-token
POST /api/v1/auth/generate-reset-token HTTP/1.1
Host: abp-api.akinon.net
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"username": "janedoe@example.com"
}No content
Last updated
Was this helpful?

