API Authentication
This document describes the authentication mechanism for the CardsPro API using custom HTTP headers with SHA-256-based signatures.
Overview
Required HTTP Headers
Header
Description
Authentication Process
1. Obtain API Credentials
2. Generate the Nonce
const nonce = Date.now().toString();3. Calculate the Signature
Complete Request Examples
POST Request with Query Parameters
GET Request with Query Parameters
Last updated