Segments
Get ID List Metadata
This endpoint gets the metadata of the ID List.
get/console/v1/segments/{id}/idlist_metadata
Path parameters
idstring required
Response
ID List metadata read successfully
Example response
{
"message": "ID List metadata read successfully",
"data": {
"currentVersion": 3,
"isUpdating": true
}
}Changes
No recorded changes to this endpoint across all 8 revisions of this API.