- Obtain your API credentials
- Authenticate requests using your credentials
- Use API versioning to maintain backward compatibility
Step 1: Create an account
Start by creating an account on the Conduit Dashboard.Once registered, you’ll have access to your organization’s workspace and can configure API access.
Step 2: Generate your API credentials
Navigate to API Keys in the dashboard to generate your API key and secret. For sandbox: Toggle to “Sandbox On” (top right) before generating credentials. Store credentials securely in your.env file or secrets manager.
No API Keys section? You need admin or developer permissions. Contact your account manager for access.
Step 3: Authenticate your requests
Use theX-API-Key and X-API-Secret headers in every request.
Here’s an example showing how to authenticate a customer creation request:
Versioning
Conduit uses API versioning to ensure backward compatibility. Specify the version in the Api-Version header of your requests. Current version:2024-12-01

