Workspaces
Manage organizational units (“workspaces”) that group social accounts, members, and content. Workspaces help agencies, brands, and departments keep clients and campaigns separate under a single Publer login.
Requirements
Authentication: Bearer API token
Scope:
workspacesHeaders:
Authorization: Bearer-API YOUR_API_KEY
Endpoint
List Workspaces
Retrieve all workspaces accessible by the authenticated user.
GET /api/v1/workspacesRetrieves a list of all workspaces that the authenticated user has access to.
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Successful operation
Unauthorized
Permission denied or missing required scope
Working with Workspaces
A user can belong to multiple workspaces.
Each workspace has its own accounts, posts, and settings.
Use the workspace context (
Publer-Workspace-Idheader) to target API calls at the correct workspace.
Workspace Context for Other Endpoints
Many endpoints require you to specify which workspace you’re operating in. Include the Publer-Workspace-Id header:
Related Resources
Users API - Access user profile information
Accounts API - Access social accounts within workspaces
Posts API — Create, schedule, and manage content
Last updated
Was this helpful?

