The Things Network / The Things Stack UserBookmarkRegistry API is one of 58 APIs that The Things Network / The Things Stack publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
This API exposes 9 JSON Schema definitions.
Tagged areas include UserBookmarkRegistry. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.
This API exposes
9 operations
across 8 paths,
and defines 12 schemas.
It is described by OpenAPI 2.0, at version v3.36.
9 operations8 paths12 schemas7 DELETE1 GET1 POST
Metadata
The identity and technical contract details declared by the specification.
The Things Network / The Things Stack UserBookmarkRegistry API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (ApiKeyAuth).
By default, every request must be authenticated.
ApiKeyAuth — Bearer API key. Set Authorization: Bearer NNSXS.xxxxxxxxxx.
Paths & Operations 9
Across 8 paths, the API surfaces 9 operations — 7 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.
Delete a list of bookmarks of the given user. This operation is atomic; either all bookmarks are deleted or none. Bookmarks not found are skipped and no error is returned.
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are v3EntityIdentifiers (6 properties), v3EndDeviceIdentifiers (5 properties), v3UserBookmark (3 properties), googlerpcStatus (3 properties). Each schema is shown below with its type and property counts.
v3UserBookmarks
object
1 property
googlerpcStatus
object
3 properties
v3EntityIdentifiers
object
EntityIdentifiers contains one of the possible entity identifiers.
6 properties
v3UserBookmarkRegistryCreateBody
object
2 properties
v3UserBookmark
object
3 properties
v3EndDeviceIdentifiers
object
5 properties
v3ApplicationIdentifiers
object
1 property
lorawanv3GatewayIdentifiers
object
2 properties
v3UserIdentifiers
object
2 properties
v3ClientIdentifiers
object
1 property
protobufAny
object
Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. Protobuf library provides supp…
1 property
v3OrganizationIdentifiers
object
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.