cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/workspace/{workspaceId}/links/{linkId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "workspaceId": "<string>", "link": { "linkId": "<string>", "linkTitle": "<string>", "linkType": "file", "linkReusable": true, "linkProviderType": "intercom", "linkProviderId": "<string>", "linkProviderReference": "<string>", "linkURL": "<string>", "meta": {}, "createdAt": "2023-11-07T05:31:56Z", "project": { "projectId": "<string>", "title": "<string>" }, "creator": { "workspaceMemberId": "<string>", "name": "<string>" }, "domain": { "domainId": "<string>", "url": "<string>", "status": "pending" } } } }
Retrieve recording link details by ID
LINK_NOT_FOUND
LINK_GONE
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
1
OK
Show child attributes