Quiltt Session Tokens API
Issue, verify, and revoke Profile-scoped session tokens.
Quiltt Session Tokens API is one of 5 APIs that Quiltt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Session Tokens. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.
Requests are made against 2 base URLs: https://api.quiltt.io/v1, https://auth.quiltt.io/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Quiltt Session Tokens API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (apiSecretKey).
It accepts HTTP bearer tokens (sessionToken).
By default, every request must be authenticated.
apiSecretKey— Your Quiltt API Secret Key used for Admin and token-issuance calls.sessionToken— A Profile-scoped JWT session token.
Paths & Operations 3
Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.
Issue, verify, and revoke Profile-scoped session tokens.
Schemas 2
The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are SessionToken (5 properties), SessionTokenInput (4 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Quiltt 4
Other APIs Quiltt publishes across the network.