openapi: 3.1.0
info:
contact:
email: support@lithic.com
description: 'The Lithic Developer API is designed to provide a predictable programmatic interface for accessing your Lithic account through an API and transaction webhooks.
Note that your API key is a secret and should be treated as such. Don''t share it with anyone, including us. We will never ask you for it.
'
termsOfService: https://lithic.com/legal/terms
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.txt
title: Lithic Developer 3DS Status API
version: 1.0.0
servers:
- description: Sandbox environment that provides key functionality mirroring production
url: https://sandbox.lithic.com
security:
- ApiKeyAuth: []
tags:
- name: Status
paths:
/v1/status:
get:
description: Status of api
operationId: getStatus
responses:
'200':
content:
application/json:
schema:
properties:
message:
type: string
type: object
description: Endpoint for users to check whether they can reach the api.
security: []
summary: API status check
tags:
- Status
components:
securitySchemes:
ApiKeyAuth:
in: header
name: Authorization
type: apiKey