Our API uses Access Token to authenticate requests. You can view and manage your Access Token in the Dashboard.The method we use for authentication is Bearer AuthenticationAll API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.Warning Don't share your Access Token with anybody.
Bearer Authentication#
Bearer Authentication is an HTTP authentication scheme that involves security tokens called bearer tokens. The client must send this token in the Authorization header when making requests to protected resources. Modified at 2025-08-09 05:39:42