Retrieve all Penbox companies (workspaces) that the authenticated user has authorized your application to access.
companies) that the authenticated user has authorized your application to access.
| Field | Type | Description |
|---|---|---|
id | string | Workspace UUID |
created_at | string | ISO 8601 creation timestamp |
slug | string | Unique workspace identifier (URL-safe) |
name | string | Workspace display name |
slug is a URL-safe, unique identifier for the workspace. It’s used in API calls to specify which workspace you want to interact with.
Slug format:
acme-corpmy-company-123law-firm-llp| Code | Description |
|---|---|
200 | Success - Returns list of workspaces |
401 | Unauthorized - Invalid or expired access token |
403 | Forbidden - Token doesn’t have required permissions |
429 | Too Many Requests - Rate limit exceeded |
500 | Server Error - Internal error |