Skip to main content
Previous API version. Use GET /workspaces for new integrations. This route still works but is deprecated.
Retrieve all companies (now called workspaces) that the authenticated user has authorized your application to access.

Response

Unlike the current GET /workspaces endpoint, this route returns a bare JSON array with no pagination meta envelope.
The slug is a URL-safe, unique identifier used in API calls to specify which workspace you want to interact with.

Example

cURL

Response Codes