cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/workspace/{workspaceId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "workspace": { "workspaceId": "<string>", "workspaceName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } } }
Retrieve workspace details by ID
WORKSPACE_NOT_FOUND
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
1
OK
Show child attributes