cURL
curl --request GET \ --url https://app.timelines.ai/integrations/api/workspace \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "data": { "workspace_id": "acme-inc", "display_name": "Acme Inc.", "plan": "Business", "messaging_quota": { "total": 10, "used": 7, "period_start": "2025-02-22 00:00:00 +0100", "period_end": "2025-02-22 00:00:00 +0100" }, "api_calls_quota": { "total": 10, "used": 7, "period_start": "2025-02-22 00:00:00 +0100", "period_end": "2025-02-22 00:00:00 +0100" }, "seats": { "total": 10, "used": 7, "period_start": "2025-02-22 00:00:00 +0100", "period_end": "2025-02-22 00:00:00 +0100" }, "non_recurring_quota": { "remaining_balance": 50, "last_updated_at": "2025-02-22 00:00:00 +0100" } } }
Returns workspace identity, plan, and current quota utilization.
Documentation IndexFetch the complete documentation index at: https://timelines.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://timelines.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
ok
error
"ok"
Show child attributes