Documentation Index
Fetch the complete documentation index at: https://developers.flowestate.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /me
Confirms a bearer is valid and returns the organization it is bound to. No scope required — useful as the “Test connection” step in Make / Zapier connectors.
Request
Response 200
Fields
| Field | Description |
|---|---|
organization.id | Internal organization identifier. |
organization.name | Display name. |
organization.slug | URL-safe slug (may be null for older orgs). |
auth.type | api_key or oauth. |
auth.scopes | Array of scopes attached to this bearer. |
auth.clientId | OAuth client ID. Present only for auth.type: "oauth". |
auth.userId | The authenticating user. Present only for auth.type: "oauth". |
Errors
The standard auth errors apply (401, 403). See Authentication.