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: Board Foresight API - V1 Alert Test API
description: ''
version: v1
servers:
- url: https://api.prevedere.com
description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- api key: []
tags:
- name: Test
description: ''
paths:
/test:
get:
tags:
- Test
description: Echos a message string for testing purposes
parameters:
- name: Echo
in: query
schema:
type: string
responses:
'200':
description: OK
content:
text/plain:
schema:
type: string
application/json:
schema:
type: string
text/json:
schema:
type: string
'429':
description: If the user has sent too many requests
components:
securitySchemes:
api_key:
type: apiKey
name: ApiKey
in: query