Senuto API Documentation

Overview

#### Senuto Public API If you have an API-related question, you can also ask our [support](https://www.senuto.com/en/contact/) #### Installation Go to the [Collection](#intro) and click `Run in Postman`. #### Environment This Collection includes a pre-configured Environment. You will need to set up the following variables in order to run requests. #### Rank Tracker - Project creation flow [Instructions](#084031d4-bd10-4cc6-adb8-9a8ab963501a) #### Filtering Most endpoints in Senuto API have ability to filtering the returning data. [More](#cbee6130-9810-42d8-ae09-dbe52eeb63ed) | Name | Description | | --- | --- | | `email` | EMAIL | | `password` | PASSWORD | | `bearer_token` | YOUR_BEARER_TOKEN |

Authentication

All API endpoints require authentication using an API key. Include your API key in the request headers:

Authorization: Bearer YOUR_API_KEY

Getting Started

To get started with the Senuto API:

  1. Sign up for a Senuto account if you haven't already
  2. Generate your API key from the account settings
  3. Browse the available endpoints in the navigation menu
  4. Test the endpoints using the provided cURL examples

Rate Limiting

The API implements rate limiting to ensure fair usage. Please check the response headers for rate limit information:

  • X-RateLimit-Limit: Maximum number of requests per window
  • X-RateLimit-Remaining: Number of requests remaining in the current window
  • X-RateLimit-Reset: Time when the rate limit resets