Documentation

Learn TicketsX faster

Setup guides, the full command reference, Premium features, and the REST API in one place.

Token Info

GET/<guild_id>/api/token

Introspect the current token: its name, prefix, granted permissions, expiry, and the rate-limit table. No secret is returned. Available to any valid token.

Example request
curl -X GET \
  -H "Authorization: Bearer <API_TOKEN>" \
  https://api.ticketsx.xyz/<guild_id>/api/token