v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBUtility
This endpoint provides a paginated list of key/values
Retrieves the collection of KeyValue resources.
get/keyvalues
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
order[id]'asc' | 'desc'
codestring
Response
KeyValue collection
Example response
[
{
"value": "RAW VALUE OR JSON CONTENT",
"id": "identifier_example"
}
]