Reset Token
Request and use password reset tokens.
Generate reset token by organization user
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
201
Created
400
Bad Request
application/json
post
/auth/generate-reset-tokenPOST /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]"
}No content
Last updated
Was this helpful?

