Overview

Revclic API provides access to product information, product offers, and user authentication services.

Authentication

Most endpoints require authentication using JWT tokens. To authenticate:
1. Call /signin with your credentials
2. Use the returned token in the Authorization header: Bearer <token>
3. When the token expires, call /refresh-token with the expired JWT and your refresh token to obtain a new pair

JWT tokens are valid for 24 hours from the time of issue. Use the refresh token returned by /signin to renew them.

Base URLs

  • Production: https://api.revclic.com