Skip to main content
POST
/
entitled
Ingest event if a user is entitled to a feature
curl --request POST \
  --url https://api.togai.com/entitled \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://togai.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Payload for ingesting events

event
object

Contents of the event

Response

Success response

success
boolean
required
Example:

true