Skip to main content
POST
/
api
/
v1
/
auth
/
token
Generate auth token
curl --request POST \
  --url https://core.ermbot.xyz/api/v1/auth/token \
  --header 'Authorization: <api-key>' \
  --header 'Guild: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://apidocs.ermbot.xyz/llms.txt

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

Authorizations

Authorization
string
header
required
Guild
string
header
required

Query Parameters

guild_id
integer<int64>
required

Response

200 - application/json

Generated token

The response is of type string.