Reset Token
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
201
Created
400
Bad Request
application/json
post
/auth/generate-reset-tokenNo content
Last updated
Was this helpful?
Created
Bad Request
No content
Last updated
Was this helpful?
Was this helpful?
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": "[email protected]"
}