Skip to content

Quick Start

Obtain Credentials

Go to Project Settings in the Loxily console to get:

  • App Key — Unique project identifier, used to identify request source
  • App Secret — Used for request signing. Keep it secure and never share with third parties

Understand the Signing Mechanism

All Open Platform API requests must include a sign parameter to prevent request tampering.

For detailed signing steps, examples, and multi-language code implementations, see Signing Algorithm. For the common parameters (appKey, timestamp, sign) that every request must carry, along with the unified response format and error codes, see Common Parameters.