Parameters
2 query
Query parameters
· 2idstringRequiredSegment external ID.
Example
example_idorderBystringOptionalExample
example_orderByReturns every contact that currently matches the segment definition (up to a hard cap of 10000 rows), without pagination — meant to feed a client-side CSV/JSON download.
2 query
idstringRequiredSegment external ID.
example_idorderBystringOptionalexample_orderBy1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/contact-segment/contacts-export
curl -X GET "https://api.bizkithub.com/bff/contact-segment/contacts-export?id=example_id&orderBy=example_orderBy" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.