cURL
curl --request GET \ --url https://connect.pingback.com/v2/segments \ --header 'x-api-key: <api-key>'
{ "message": "Segments found", "data": { "page": 0, "total": 66, "data": [ { "id": "6a14938e-04eb-42e3-baf7-b3f78fe78fff", "name": "List 1", "createdAt": "2025-10-15T13:47:02.577Z" } ] } }
Returns a paginated list of segments. Each page contains 10 results.
x >= 0
Segments found
"Segments found"
Show child attributes
Was this page helpful?