cURL
curl --request GET \ --url https://productlane.com/api/v1/workspaces/{id}
{ "workspace": "<any>", "latestChangelog": "<any>" }
Fetch any given workspace with an ID. No authentication is required.
Successful response
The response is of type object.
object