For the complete documentation index, see llms.txt. This page is also available as Markdown.

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: janedoe@example.com
Responses
201

Created

No content

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?