cURL
curl --request GET \ --url https://api.range.org/v2/groups \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "name": "Finance", "is_system": false, "created_at": "2025-01-01T00:00:00.000Z", "updated_at": "2025-01-01T00:00:00.000Z", "workspace_id": "workspace-123" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.range.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.range.org/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
Show child attributes
Was this page helpful?