API REFERENCE

API: api-keys

Canonical routes for api-keys (from ApiRoutes).

Routes

MethodPathAuth / notes
GET/tenants/{tenantId}/api-keysBearer Cognito access token (apiKeysList)
POST/tenants/{tenantId}/api-keysBearer Cognito access token (apiKeysCreate)
POST/tenants/{tenantId}/api-keys/{keyId}/rotateBearer Cognito access token (apiKeyRotate)
POST/tenants/{tenantId}/api-keys/{keyId}/revokeBearer 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.