List KV namespaces
Lists the KV namespaces for the authenticated user’s organization. Results use page-based pagination (page[number]/page[size]).
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The page number to load.
Required range:
x >= 1The size of the page. Values above 250 are treated as 250.
Required range:
1 <= x <= 250JavaScript