Skip to main content
GET
/
workspaces
/
{url}
Get workspace by 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

Path Parameters

url
string
required

Response

id
string
Example:
url
string
Example:
name
string
Example:
Example:
status
enum<string>
Available options:
PENDING,
ACCEPTED,
DECLINED
Example:
role
enum<string>
Available options:
OWNER,
ADMIN,
MEMBER
Example:
subscriptionId
string
Example:
clicksLimit
integer
Example:
stockageLimit
integer
Example:
Example:
Example:
plan
enum<string>
Available options:
FREE,
PRO,
CUSTOM
Example:
isPaymentFailed
boolean
Example: