πŸ’‘Authentication Guide

To ensure the security and integrity of your API requests, Xixapay uses API Key-based authentication. Every request you make to the Xixapay API must include an API key in the request header to authenticate the request and verify that it comes from an authorized source.

In this section, you will learn how to generate your API key, use it in API requests, and securely manage it.

Base URL

https://api.xixapay.com

Authorization

Beaerer {Secrete_Key}

api-key

{API_KEY}

Last updated