Skip to main content
POST
/
api
/
v1
/
widget
/
auth
/
user-token
Mint a logged-in visitor JWT (server-to-server)
curl --request POST \
  --url https://api.kataven.ai/v1/api/v1/widget/auth/user-token \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Body

client_key + user_id + (optional) display_name

The body is of type object.

Response

OK

{key}
any