Skip to main content
POST
/
v3
/
auth
/
api-tokens
Create a new personal access token for the user
curl --request POST \
  --url http://localhost/api/v3/auth/api-tokens
{
  "accessToken": "<string>",
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Response

PersonalAccessTokenResult

accessToken
string
required
token
string
required