API Overview
The LPG Nexus API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
// Root Endpoint
GET https://api.lpgnexus.com/v1
Authentication
The API uses API keys to authenticate requests. You can view and manage your API keys in the LPG Nexus Dashboard. Your API keys carry many privileges, so be sure to keep them secure!
Authorization: Bearer YOUR_API_KEY
Need a Sandbox?
We provide a full staging environment for testing your integrations before going live. Contact our enterprise support team to request access.
Request Staging Access