{
"description": "The serial numbers for administrators",
"items": [
{
"value": "8GE8721REF"
}
],
"name": "Admin Serial Numbers",
"type": "SERIAL"
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/accounts//gateway/lists' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "The serial numbers for administrators",
"items": [
{
"value": "8GE8721REF"
}
],
"name": "Admin Serial Numbers",
"type": "SERIAL"
}'
{
"errors": [],
"messages": [],
"result": {
"created_at": "2014-01-01T05:20:00.12345Z",
"description": "The serial numbers for administrators",
"id": "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
"items": [
{
"created_at": "2014-01-01T05:20:00.12345Z",
"value": "8GE8721REF"
}
],
"name": "Admin Serial Numbers",
"type": "SERIAL",
"updated_at": "2014-01-01T05:20:00.12345Z"
},
"success": true
}