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.
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/organizations/active" \ -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{}'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Access token JWT. Use as Authorization: Bearer . In the API playground, paste the JWT only.
"123e4567-e89b-12d3-a456-426614174000"