cURL
curl --request GET \ --url https://karibu.briq.tz/v1/developer_apps/{app_id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <x-api-key>'
{ "app_id": "<string>", "app_name": "<string>", "app_key": "<string>", "user_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "app_description": "<string>", "workspace_id": "<string>" }
Get a developer app by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response