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:
workspaces
Headers:
Authorization: Bearer-API YOUR_API_KEY
Endpoint
List Workspaces
Retrieve all workspaces accessible by the authenticated user.
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-Id
header) 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?