This is a demo-webapp service exposed via Kong under the /demo base path.
API Base URL
- Server 1:https://{host}/demoVariableshost:
Kong proxy base URL + service base path
Security
apiKeyAuth (apiKey)
An API key is a token that you provide when making API calls. Include the token in a header parameter called apikey.
Example: apikey: 123
bearerAuth (http)
Bearer access token issued by WorkOS AuthKit. Obtain a token by
exchanging your DCR-issued client_id / client_secret at the
token endpoint, then send it here as Authorization: Bearer <token>.
Token endpoint (staging):
https://imaginative-explorer-58-staging.authkit.app/oauth2/token