GET
/
v2
/
workspaces
List workspaces
curl --request GET \
  --url https://api.pelanor.io/v2/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "id": "<string>",
      "name": "<string>",
      "linkedSegmentId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

A successful response.

The response is of type object.