GET
/
workspaces
/
{url}
curl --request GET \
  --url https://api.reqlick.com/workspaces/{url} \
  --header 'Authorization: Bearer <token>'
{
  "id": "1110580a82031111aaa03333",
  "url": "reqlick-url",
  "name": "Reqlick",
  "logo": "logo.png",
  "status": "ACCEPTED",
  "role": "MEMBER",
  "subscriptionId": "1110580a82031111aaa03333",
  "clicksLimit": 1000,
  "stockageLimit": 10000,
  "qrCodeLinksLimit": 10,
  "shortLinksLimit": 100,
  "plan": "FREE",
  "isPaymentFailed": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

url
string
required

Workspace URL

Response

200
application/json

get workspace by URL

The response is of type object.