Request user token

Request Token for User

This endpoint allows the user to request a token by providing a username in the request payload.

Request Body

  • username (string, required): The username for which the token is being requested.

Response

The response will be in JSON format with the following schema:

{
  "type": "object",
  "properties": {
    "token": {
      "type": "string"
    }
  }
}
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!