Authentication
Every request to the pckt.sh API gateway is authenticated with a Bearer token in the Authorization header.
Getting your API key
- Sign up or log in to your pckt.sh account
- Open the API Keys section of your dashboard
- Create a new API key and copy it somewhere safe
Using your API key
Include your key as a Bearer token on every request:
Authorization: Bearer YOUR_API_KEYTry it from these docs
Save your key below and it will be used automatically by the playground on every endpoint page.
Stored only in this browser's local storage — never sent to pckt.sh. Used to authenticate requests you send from the playground on these docs.
Need an API key?
Sign up for free and get 500 requests/month.