Skip to main content
GET
/
api
/
v1
/
ping
Ping (auth check)
curl --request GET \
  --url https://app.flowella.io/api/v1/ping \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "organizationId": "clxxxxxxxxxxxxxxxxxxxxxxxx"
}

Documentation Index

Fetch the complete documentation index at: https://knowledge.flowella.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Organization API key (flo_…). Send as Authorization: Bearer <key>.

Response

Authenticated

ok
enum<boolean>
required
Available options:
true
organizationId
string
required
Example:

"clxxxxxxxxxxxxxxxxxxxxxxxx"