Skip to main content
GET
/
v1
/
developer_apps
/
{app_id}
Get Developer App Endpoint
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"
}

Headers

X-API-Key
string
required

Path Parameters

app_id
string
required

Response

Successful Response

app_id
string
required
app_name
string
required
app_key
string
required
user_id
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
app_description
string | null
workspace_id
string | null
I