post
https://api.inarix.com/users/request-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"
}
}
}
