/bff/contact-segment/contacts-export
Returns 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.
ContactgetBffContact-segmentContacts-export
Parameters
2 query
Query · 2
idstringRequiredSegment external ID.
orderBystringRequest
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"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.