O
Outpost REST API
Details
- URL
-
https://api.outpost.hookdeck.com/2025-07-01 - Spec
- https://raw.githubusercontent.com/hookdeck/outpost/main/docs/apis/openapi.yaml
- Docs
- https://hookdeck.com/docs/outpost/api
Authentication
Outpost admin API key bearer discovered
For managed Outpost, get the admin API key from the Hookdeck-managed Outpost dashboard as described in the Outpost API auth docs. For self-hosted Outpost, the operator sets the key via the API_KEY environment variable. Send it as Authorization: Bearer $API_KEY.
First obtain admin access to Outpost, then call the tenant token endpoint documented in the Outpost API reference (Get Tenant JWT Token) to mint a per-tenant JWT valid for 24 hours. Send it as Authorization: Bearer $TENANT_JWT for tenant-scoped API calls.