API

InTheENDGAME REST API

Use an API key minted in /admin/api-keys, sent as Authorization: Bearer ite_.... Full machine-readable spec at /api/v1/openapi.

Endpoints

  • GET /api/v1/me
  • GET /api/v1/members
  • GET /api/v1/spaces
  • POST /api/v1/spaces
  • GET /api/v1/spaces/{id}/posts
  • POST /api/v1/spaces/{id}/posts
  • GET /api/v1/events
  • POST /api/v1/events
  • GET /api/v1/events/{id}
  • PATCH /api/v1/events/{id}

Scopes

Keys carry a scope: read, write or admin. Write scope is required to create posts/events; admin is reserved for future destructive endpoints.