cURL
curl --request POST \ --url https://karibu.briq.tz/v1/developer_apps/ \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <x-api-key>' \ --data '{ "app_name": "My App" }'
{ "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" }
Create a new developer app (optionally in a workspace owned by the user).
"My App"
"A description of my app."
"b2b8e2e8-6f3a-4c3b-8e2e-123456789abc"
Successful Response