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 by Testing
Section titled “Start by Testing”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
How to use
Section titled “How to use”Start by exploring our docs!