The Things Network / The Things Stack OAuthAuthorizationRegistry 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 OAuthAuthorizationRegistry. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.
This API exposes
4 operations
across 4 paths,
and defines 9 schemas.
It is described by OpenAPI 2.0, at version v3.36.
4 operations4 paths9 schemas2 DELETE2 GET
Metadata
The identity and technical contract details declared by the specification.
The Things Network / The Things Stack OAuthAuthorizationRegistry 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 4
Across 4 paths, the API surfaces 4 operations — 2 DELETE, 2 GET. Each is listed below with its method, path, parameters, and response codes.
OAuthAuthorizationRegistry 4
GET
/users/{user_ids.user_id}/authorizations
List OAuth clients that are authorized by the user.
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are v3OAuthAccessToken (9 properties), v3OAuthClientAuthorization (5 properties), googlerpcStatus (3 properties), v3UserIdentifiers (2 properties). Each schema is shown below with its type and property counts.
v3OAuthClientAuthorizations
object
1 property
googlerpcStatus
object
3 properties
v3Right
string
Right is the enum that defines all the different rights to do something in the network. - RIGHTUSERINFO: The right to view user information. - RIGHTUSERSETTING…
v3UserIdentifiers
object
2 properties
v3OAuthClientAuthorization
object
5 properties
v3OAuthAccessTokens
object
1 property
v3OAuthAccessToken
object
9 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
Specification
The full machine-readable OpenAPI contract behind this narrative.