GET {{baseUrl}}/workspaces/:workspaceId/qr_code
Use this API to get the workspace QR code. Scopes: Rate Limit Label: workspace:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"qr_code": "<uri>",
"expire_in": "<long>"
} |
ENDPOINTS