3335603aa636

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31424367.3 KB
Status List API

Create and initialize a new status list.

Initialize and link a status list slot to to this service. This process can be only done once per status list! Status List type, configuration or length can not be changed after initialization!

post/management/api/status-list

Request body

typestring

[DEPRECATED] This parameter is deprecated and should not be sent in future requests.

maxLengthinteger required

How many status entries can be part of the status list. The memory size of the status list is depending on the type and the config of the status list.

Example request

{
  "maxLength": 100000,
  "config": {
    "bits": 2
  }
}

Response

OK