Workspaces
Rebrandly links, together with tags and retargeting scripts attached to them, exist in a specific Workspace (ex Team). Workspaces allow you to organize your resources and share them with your teammates.
Every Rebrandly account has a default workspace: the Main Workspace.
Most API calls about Links, Tags, Scripts and Domains will default to the main workspace if you don't specify a different workspace.
See Get started section for info about how to specify a different workspace for resources you are going to create, edit/delete or just list.
You can create workspaces in your Rebrandly dashboard and invite teammates to collaborate.
Each workspace will allow you to define which subset of your domains your teammates will be able to use to shorten URLs.
Workspace Subscription object
Each workspace returned by the API includes a subscription nested object with information about the workspace owner's plan.
| Property | Type | Description |
|---|---|---|
category | string | The subscription plan category of the workspace owner (e.g. "free", "growth", "enterprise") |
limits | object | Resource usage and limits for the workspace owner's account (links, domains, tags, etc.) |
billing | object | Billing information including extra usage details |
The subscription.category field is derived from the workspace owner's profile and can be used to determine the plan tier of the workspace.
Updated 4 days ago
