Workspaces
Retrieve a workspace
Retrieve a workspace by its URL.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Workspace URL
Response
200
application/json
get workspace by URL
The Workspace ID.
Example:
"1110580a82031111aaa03333"
The URL of the workspace.
Example:
"reqlick-url"
The name of the workspace.
Example:
"Reqlick"
The logo of the workspace.
Example:
"logo.png"
The member status of the current user.
Available options:
PENDING
, ACCEPTED
, DECLINED
Example:
"ACCEPTED"
The member role of the current user.
Available options:
OWNER
, ADMIN
, MEMBER
Example:
"MEMBER"
The workspace subscription Id.
Example:
"1110580a82031111aaa03333"
The workspace clicks limit
Example:
1000
The workspace stockage limit
Example:
10000
The workspace QR Code limit
Example:
10
The workspace short links limit
Example:
100
The member plan
Available options:
FREE
, PRO
, CUSTOM
Example:
"FREE"
The subscription payment status
Example:
true