API REFERENCE
API: api-keys
Canonical routes for api-keys (from ApiRoutes).
Routes
| Method | Path | Auth / notes |
|---|---|---|
| GET | /tenants/{tenantId}/api-keys | Bearer Cognito access token (apiKeysList) |
| POST | /tenants/{tenantId}/api-keys | Bearer Cognito access token (apiKeysCreate) |
| POST | /tenants/{tenantId}/api-keys/{keyId}/rotate | Bearer Cognito access token (apiKeyRotate) |
| POST | /tenants/{tenantId}/api-keys/{keyId}/revoke | Bearer Cognito access token (apiKeyRevoke) |
Example
GET https://api.startupcore.com/tenants/{tenantId}/api-keys
Errors
401 UNAUTHORIZED, 403 FORBIDDEN, 403 FEATURE_NOT_ENTITLED, 404 NOT_FOUND, 400 VALIDATION_ERROR.