Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: THANOSQL api file Health API
description: THANOSQL TEST API documentation
version: '1.0'
servers:
- url: https://thanosql-sdk-python.readthedocs.io/en/latest/
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: health
paths:
/api/v1/healthz:
get:
tags:
- health
summary: Get Db Health
operationId: get_db_health_api_v1_healthz_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
security:
- Bearer Auth: []
components:
securitySchemes:
Bearer_Auth:
type: apiKey
in: header
name: Authorization
description: 'Enter: **''Bearer <JWT>''**, where JWT is the access token. Example: Bearer access_token_comes_here'