GET /user/workspaces
Returns an object for each workspace accessible to the caller. This object
also contains details on whether the caller has admin permissions on the workspace
("administrator" = true) or not ("administrator" = false).
Queries support filtering based on administrator permissions or sorting by slug. Results can be paginated.
Servers
- https://api.bitbucket.org/2.0
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
sort |
String | No |
Name of a response property to sort results (only slug is supported). |
administrator |
Boolean | No |
Filter workspaces based on which ones the caller has admin permissions or not. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.