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