Skip to main content

authentication

Authentication

A user can generate an client API key from: https://pterodactyl.app/account/api An admin can generate an application API key from: https://pterodactyl.app/admin/api

API keys are entered as bearer tokens with all API requests. Here is an example CURL request:

curl "<endpoint>"
-H "Authorization: Bearer <API-Key>"
-H "Content-Type: application/json" \
-H "Accept: Application/vnd.pterodactyl.v1+json" \