Authentication

Every request to the pckt.sh API gateway is authenticated with a Bearer token in the Authorization header.

Getting your API key

  1. Sign up or log in to your pckt.sh account
  2. Open the API Keys section of your dashboard
  3. 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_KEY

Try 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.

Get Started

Search API reference

Search endpoints by name, description, or parameter