Numberlist API

get specific entry

GET /api/rest/admin/numberlists/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE2MywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU2OX0.FE--NZFsJiVfB3EaTHGRpE9bnwJdG7fO3h5mdvZRmsM
Host: example.org
Cookie: 

Route

GET /api/rest/admin/numberlists/10

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"2b83472f6485c6a3a945e1495726fbc5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 54ebf36b-005a-4a5e-968b-c005fc475082
x-runtime: 0.006976
content-length: 743

Status

200 OK

Body

{
  "data": {
    "id": "10",
    "type": "numberlists",
    "links": {
      "self": "http://example.org/api/rest/admin/numberlists/10"
    },
    "attributes": {
      "name": "numberlist9",
      "default-action-id": 1,
      "mode-id": 1,
      "created-at": "2026-01-02T12:46:09.106Z",
      "updated-at": "2026-01-02T12:46:09.106Z",
      "default-src-rewrite-rule": null,
      "default-src-rewrite-result": null,
      "defer-src-rewrite": false,
      "default-dst-rewrite-rule": null,
      "default-dst-rewrite-result": null,
      "defer-dst-rewrite": false,
      "tag-action-value": [

      ],
      "variables": {
        "numberlist_var1": "value"
      },
      "external-id": null,
      "external-type": null
    },
    "relationships": {
      "tag-action": {
        "links": {
          "self": "http://example.org/api/rest/admin/numberlists/10/relationships/tag-action",
          "related": "http://example.org/api/rest/admin/numberlists/10/tag-action"
        }
      }
    }
  }
}