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