Version: 0.0.0

The Hive

The center for collaboration and organization in Sedaro.
Authentication
- HTTP: Bearer Auth
- API Key: PAKAuthentication
JWT Authorization header using the Bearer scheme. Token retrieved from Sedaro's authentication provider. Example: 'Authorization: Bearer {token}'
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Authorization header containing a user's Personal Access Key (PAK). This is only useful for generating short-lived access tokens for API access, or for revoking itself. Example: 'Authorization: ApiKey {id}'
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |