Skip to content

Generating an API Key

API keys are generated from the Integrations page in the console. Available on Pro and Agency.

Go to Integrations and click Generate API key. Your key is shown once, immediately after generation - copy it somewhere safe right away.

Integrations page showing a newly generated API key

Expirity stores only a hashed version of your key, not the plaintext - if you lose it, there’s no way to retrieve it again. You’ll need to revoke the old key and generate a new one.

Include it as a Bearer token on every request:

Authorization: Bearer <your-api-key>

See REST API Overview for available endpoints.

Click Revoke on the Integrations page to immediately invalidate your current key. Any requests using the old key will start failing right away - generate a new one if you still need API access.

If your account moves to the Starter plan, your existing API key is preserved but requests will be rejected until you’re back on Pro or Agency - you won’t need to regenerate a key after upgrading again.