P
Pathmode REST API
Details
- URL
-
https://pathmode.io/api/v1 - Docs
- https://pathmode.io/developers
Authentication
Authorization: Bearer <credential> In the Pathmode app, go to Developer Docs and follow Settings → API Keys to create a key. Copy the secret when shown; it is only displayed once. Keys are prefixed with pm_live_. Owners/admins can also mint keys via the session-authenticated POST /api/v1/api-keys flow described in the docs.
Pathmode logged-in session cookie
Cookie: <credential> + Pathmode logged-in session cookie ?workspace_id=<credential> discovered Sign in to the Pathmode web app to obtain the logged-in browser session used by dashboard/admin endpoints. The docs identify the Supabase cookie sb-access-token as the credential used on cookie-authenticated routes; when calling resource endpoints with a session instead of an API key, also supply a workspace_id query parameter. See Developer Docs.