Skip to main content
POST
/
api
/
v1
/
auth
/
users
/
{user_id}
/
token
Generate token for user
curl --request POST \
  --url https://api.example.com/api/v1/auth/users/{user_id}/token \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

user_id
string
required

User ID

Response

OK

{key}
string