Auth Business (Criptan Pay)
At CriptanPay, we've implemented a dedicated API Key authorization method for added security. Here's how it works:
Creating Your API Key:
To begin, you can easily generate an API key via your Settings page after creating your Criptan account. This key will grant you access to CriptanPay.
Using Your API Key:
For authenticated API requests to CriptanPay, include the x-api-key
header. Your secret API key should be passed as the header's value.
Handling Authentication Failures:
In the rare event of authentication failure, our API will respond with a JSON object containing an error message. The HTTP status code will be 401, indicating an unauthorized request.
By employing API Key authorization, Criptan ensures a robust layer of security for your API interactions. Your transactions and data remain protected, providing you with confidence as you navigate the CriptanPay ecosystem.
Last updated