cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/workspace/{workspaceId}/invite-url \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "inviteUrl": "<string>", "workspaceId": "<string>" } }
Retrieve the invite URL for a workspace
WORKSPACE_NOT_FOUND
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
1
OK
Show child attributes