Pterodactyl APIv1 Reference

Unofficial API documentation for the Pterodactyl Panel, maintained by Red Banana.

Authentication

All requests require a bearer token. Client keys are generated at /account/api, application keys at /admin/api.

curl "https://panel.example.com/api/client"
  -H "Authorization: Bearer <API-Key>"
  -H "Content-Type: application/json"
  -H "Accept: Application/vnd.pterodactyl.v1+json"

Rate limit: 256 requests/minute by default (configurable per panel). Check x-ratelimit-remaining in response headers.