Rated uses API keys that represent bearer tokens to access API endpoints. These API keys can be generated via console.rated.network.
The API keys are added as an Authorization
key in the API request headers with the value Bearer <API key>
Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Rated uses API keys that represent bearer tokens to access API endpoints. These API keys can be generated via console.rated.network.
The API keys are added as an Authorization
key in the API request headers with the value Bearer <API key>
Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.