Authentication

3min

The Pricemoov API uses API keys to authenticate requests.

Generating an authentication Token

Your authentication token carries many privileges, so keep them secure! Do not share your key in publicly accessible areas like GitHub, client-side code, etc.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail. See the error section.

The default lifetime of JWT tokens is 24h

Shell
Python
JS




Using the authentication Token to make HTTP requests

Curl
JS
Python
PHP




Updated 22 Jan 2024
Doc contributor
Doc contributor
Doc contributor
Did this page help you?