Laurel Ably API

The Ably API from Laurel — 1 operation(s) for ably.

OpenAPI Specification

laurel-ably-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  title: Identity Service Ably API
  description: ''
  version: '1'
  contact: {}
servers: []
security:
- ApiBearerAuth: []
tags:
- name: Ably
paths:
  /api/v1/ably/auth:
    get:
      operationId: AblyController_auth_v1
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
      summary: Generate a token request
      tags:
      - Ably
components:
  securitySchemes:
    ApiBearerAuth:
      scheme: bearer
      bearerFormat: JWT
      description: Enter access token
      type: http
externalDocs:
  description: Laurel API Documentation
  url: https://developer.laurel.ai/