Retrieve a workspace by its 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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace URL
get workspace by URL
The response is of type object.
object