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: Open API
description: Agorapulse's Open API documentation
version: '1.0'
security:
- bearerAuth: []
tags:
- name: OpenAPI
paths:
/v1.0/report/health:
get:
tags:
- OpenAPI
summary: Get health
description: Provides information about the state of the API
operationId: health
responses:
'200':
description: The API is healthy and working
content:
application/json:
examples:
example:
value: OK
components:
securitySchemes:
bearerAuth:
type: apiKey
name: X-API-KEY
in: header