cURL
curl --request GET \ --url https://karibu.briq.tz/v1/developer_apps/workspaces/{workspace_id} \ --header 'X-API-Key: <x-api-key>'
[ { "app_id": "<string>", "app_name": "<string>", "app_description": "<string>", "app_key": "<string>", "user_id": "<string>", "workspace_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
List all developer apps for a workspace (owned by the user).
Successful Response