M

mode.com

Mode is a collaborative analytics platform for building queries, reports, dashboards, and managing workspace data access. It also offers enterprise usage-data access through its Discovery API and Discovery Database features.

2 integrations · REST

Mode exposes two documented developer HTTP APIs on app.mode.com: a REST API authenticated with Basic auth using a Mode API token, and a read-only Discovery API under /batch authenticated with a generated Bearer signature-token bundle (with signature-token management itself using the regular API token).

discovered 2mo ago
REST · OpenAPI2
Credentials
Mode API token (token + secret)basicGet credentials

In a paid Mode workspace, an admin can create a Workspace API token from Workspace Settings → Privacy & Security → API. Click the gear icon, choose Create new API token, give it a display name, and save the shown token and one-time secret. Mode documents this in API Reference help and API authentication. Use the token as the Basic auth username and the secret as the Basic auth password.

Mode Discovery API signature token bundlecompoundGet key

First create a regular Mode API token, then call the Discovery API signature-token creation endpoint described in Signature Tokens using that API token via Basic auth. The response returns three values: token, access_key, and access_secret. Concatenate them as token:access_key:access_secret, Base64-encode the result, and send it as Authorization: Bearer <base64(...)> on Discovery API requests, as shown in Discovery API introduction.

conventions · 0/8 published

Publish these signals → /publishing