cURL
curl --request GET \ --url https://karibu.briq.tz/v1/developer_apps/get-by-key/{app_key} \ --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" }
Get a developer app by its app_key.
Successful Response