v1

latestOpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Authentication

Access Token

Exchange credentials for a JWT access token.

Accepts either:

  • client_id + secret (classic API token flow)
  • project_key: a Streamkap Project Key credential file (raw JSON or base64-encoded)

For project_key input, the API credentials are extracted from the bundle and used to issue the JWT. Kafka-only Project Keys (no API credentials) cannot be exchanged for a JWT.

post/auth/access-token

Request body

client_idstring nullable
secretstring nullable
project_keystring nullable

Response

Successful Response

expiresstring required
expiresIninteger required
accessTokenstring required
refreshTokenstring required
All 197 operations