v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
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

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "ID List metadata read successfully",
  "data": {
    "currentVersion": 3,
    "isUpdating": true
  }
}