BizKitHub
DocsAPI ReferenceActivity/bff/activity/detail
getActivityAdmin BFF

/bff/activity/detail

Returns a single activity entry with the full meta payload, geo enrichment and network context. Scoped to the current organisation.

ActivitygetBffActivityDetail

Parameters

1 query

Query parameters

· 1
idstringRequired

24-char activity external id (the URL slug from /activity/{id} in admin).

Length: 2424
ExampleaZfP19992R1wD0Cp8hx7ao2w

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/activity/detail

get
curl -X GET "https://api.bizkithub.com/bff/activity/detail?id=aZfP19992R1wD0Cp8hx7ao2w" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key