API Help

API

API (Application Programming Interface) is a programming interface that allows different programs to communicate with each other. It is a set of functions, methods, and data types that a program can use to perform certain tasks.

I provide HTTP APIs for creating your own applications and services. In this section you can learn more about how to use it.

Authorization

In order to use the API, you need to get a token. You can do this by going to the developer panel at redguy.ru/dev

The token is written in the Authorization header in Bearer <token> format and is mandatory for all requests.

Authorization: Bearer <token>

URL

All requests to the API are sent to https://api.redguy.ru/{version}/{method}.

Last modified: 28 сентября 2024