Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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.

3 operations 3 paths 2 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.quiltt.io/v1/graphql
Authentication
HTTP Bearer, HTTP Bearer
Terms of Service
Resource Areas
1

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.

Session Tokens 3

Issue, verify, and revoke Profile-scoped session tokens.

POST
/users/sessions
Issue Session Token
issueSessionToken body → 201429
GET
/users/session
Verify Session Token
verifySessionToken → 200401
POST
/users/sessions/revoke
Revoke Session Token
revokeSessionToken → 200

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.

SessionToken
object
5 properties
SessionTokenInput
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quiltt-session-tokens-api-openapi.yml Raw ↑

Other APIs Quiltt publishes across the network.

Quiltt GraphQL Data API
Quiltt Connections API
Quiltt Profiles API
Quiltt Webhooks API