Skip to main content
All API requests must include your API key in the Authorization header as a Bearer token.

Get your API key

Your API key and workspace ID are both available in Settings → API.
1

Open API Settings

In the Triple Session app, go to Settings and select API from the left sidebar.
2

Copy your Workspace ID

Your workspace ID (a UUID) appears at the top. You’ll need it in every request URL.
3

Copy your API key

Your API key starts with wk_. Click Copy to copy it to your clipboard.
Keep your API key secret. If it is compromised, click Regenerate API Key to invalidate the old one and generate a new one.

Making a request

Every request combines your workspace ID in the URL and your API key in the header:
Replace YOUR_WORKSPACE_ID with the UUID from Settings and YOUR_API_KEY with your key.

Errors and limits

The API returns standard HTTP status codes: If you receive a 401, verify that your Authorization header is formatted correctly and that the API key has not been regenerated since you last copied it.