Reset Token

Request and use password reset tokens.

Generate reset token

post
/auth/generate-reset-token

Generate reset token by organization user

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
usernamestringRequired

User email

Example: [email protected]
Responses
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": "[email protected]"
}

No content

Last updated

Was this helpful?