The deployment webhook API uses Bearer token authentication with API keys.Documentation Index
Fetch the complete documentation index at: https://docs.periscope.sh/llms.txt
Use this file to discover all available pages before exploring further.
Generating an API key
- Sign in to the Periscope dashboard (join the waitlist if you don’t have access yet)
- Navigate to Settings > Deployments
- Click Generate API Key
- Copy the key immediately
Using the API key
Include the API key in theAuthorization header of every request:
Key properties
| Property | Details |
|---|---|
| Scope | Each key is scoped to a single organization |
| Rate limiting | Contact support for rate limit details |
| Revocation | Keys can be revoked from Settings > Deployments |
| Format | Keys are prefixed for identification (e.g., psk_live_...) |
Organization resolution
The API key determines which organization the deployment is recorded for. You do not need to include an organization identifier in the payload. If you optionally includeorganizationSlug in the payload, Periscope validates that it matches the key’s organization. This is a safety check to prevent accidental cross-organization ingestion.
Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Key is valid but the organization slug does not match |
429 Too Many Requests | Rate limit exceeded |