Segment Export
Find Segment
Obtains the customers of a previously scheduled segment
GET
https://api.woowup.com/apiv3/export/segments/{id}
Use last_update attribute to check if segment was updated
Headers
Name
Type
Description
Authorization*
String
Basic {{API-KEY}}
Content-Type*
String
application/json
Accept*
String
application/json
Schedule Segment
The export will be updated daily with clients who meet the conditions of the segment
POST
https://api.woowup.com/apiv3/export/segments/{id}
Headers
Name
Type
Description
Authorization
String
Basic {{API-KEY}}
Content-Type
String
application/json
Accept
String
application/json
Unschedule Segment
The export will stop updating and will no longer be available
DELETE
https://api.woowup.com/apiv3/export/segments/{id}
Headers
Name
Type
Description
Authorization
String
Basic {{API-KEY}}
Content-Type
String
application/json
Accept
String
application/json
Last updated