Skip to content
Get started
Getting started

Rotor API Setup

Access your Rotor Data via API

Get started using the Rotor API! Start by generating and copying and API key from Rotor -> Settings -> Integrations

Start out by testing the api with your api key:

curl --location 'https://api.getrotor.com/open-api/auth/test' \
--header 'rotor-openapi-version: 1.1.0' \
--header 'Accept: application/json' \
--header 'x-api-key: <yourkey>'

By default, you get a maximum of 1000 requests per day. If needing more, contact us

Start by exploring our docs!