Was this helpful?
/configurations/workspace/{workspaceId}
curl -L \ --url 'https://api.laminar.run/configurations/workspace/{workspaceId}' \ --header 'Authorization: Bearer JWT'
[ { "id": 1, "workspaceId": 1, "name": "text", "flowCredentialPairs": [ { "id": 1, "flowId": 1, "sourceAuthCredential": { "id": 1, "name": "text", "authType": "text" }, "destinationAuthCredential": { "id": 1, "name": "text", "authType": "text" } } ], "properties": [ { "id": 1, "key": "text", "value": "text" } ] } ]