v1

latestOpenAPI 3.0.3MIT2026-07-176638100.8 KB

Verify/Reauthentication

post/verify

Query parameters

include_auth_tokenstring

If set/sent, will return an Authentication Token for user

Request body

passwordstring required

Password

Response

Verify/Reauthenticate response.

Example response

{
  "meta": {
    "code": 200
  }
}