Refresh Segment
Refreshing a segment is only applicable for segments of BG IDs created by uploading Record IDs against your own identity. You can see the list of segments by running GET segments API
API Sequence to Refresh Segment
- Load Segment File:
- For files up to 150MB: Use POST file API
- For files larger than 150MB: Upload directly to the provided S3 bucket (contact support for bucket details and credentials)
- Validate that this file was loaded via GET file API
- Get segments applicable to be refreshed via GET Segment API
- Refresh segment with via PUT segments API
- Monitor job status to verify that it's complete via GET Jobs API