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

1 total
Query · 1
idstringRequired

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

Length: 2424

Request

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"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key