API Environment & Security

Environments

ℹ️

Information

We have 2 independent environments: Sandbox and Production. For a complete reference on all our API routes click here.

https://sandbox.palenca.com
https://api.palenca.com

Protocols and Headers

The API is served over HTTPS TLS [v1.3+] to ensure data privacy; HTTP and HTTPS are not supported with TLS versions lower than 1.3. Customers must use an updated set of root certificates as the only way to verify TLS; Certificate pinning should never be used.

All requests must include a Content-Type:application/json header.

Authentication

Almost all API routes require a private key. The private key is sent in the request headers as x-api-key.

Status and Incidents

The real-time API status is found at status.palenca.com


What’s Next