cURL
curl --request GET \ --url https://api.timbal.ai/me/orgs \ --header 'Authorization: Bearer <token>'
{ "orgs": [ { "created_at": 123, "id": "<string>", "n_projects": 123, "name": "<string>", "plan": "<string>", "role": "<string>", "banner_url": "<string>", "description": "<string>", "photo_url": "<string>" } ], "next_page_token": "<string>" }
List organizations the authenticated user belongs to
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Optional search query to filter orgs by name
Page token
Organizations listed successfully
List of organizations
Show child attributes
Next page token