Go to website
Back
Articles on:
Getting Started
No description
Repliers API Authentication Guide
Overview All API requests must include authentication using your unique API key. This key identifies your account and ensures secure access to our services. Authentication Methods You can authenticate using either of these methods: Method 1: Header Authentication (Recommended) Include your API key in the request headers: Method 2: Query String Parameter Alternatively, you can pass your API key as a query parameter:
Few readers