Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns ok and the organization id for the resolved API key. Use to verify credentials.
ok
cURL
curl --request GET \ --url https://app.flowella.io/api/v1/ping \ --header 'Authorization: Bearer <token>'
{ "ok": true, "organizationId": "clxxxxxxxxxxxxxxxxxxxxxxxx" }
Organization API key (flo_…). Paste the full key; Scalar sends Authorization: Bearer <key>.
flo_…
Authorization: Bearer <key>
Authenticated
true