v2
latestOpenAPI 3.0.02026-08-073221853.1 MBSegments
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
}
}