Parameters
1 query
Query parameters
· 1idstringRequired24-char activity external id (the URL slug from /activity/{id} in admin).
Length: 24–24
Example
aZfP19992R1wD0Cp8hx7ao2wReturns a single activity entry with the full meta payload, geo enrichment and network context. Scoped to the current organisation.
1 query
idstringRequired24-char activity external id (the URL slug from /activity/{id} in admin).
aZfP19992R1wD0Cp8hx7ao2w1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/activity/detail
curl -X GET "https://api.bizkithub.com/bff/activity/detail?id=aZfP19992R1wD0Cp8hx7ao2w" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.