Common questions about integrating with the Admoji API, managing API credentials, and securing your implementation.
Where can I find the API documentation?
Visit docs.admoji.com for the full API reference, including endpoints, authentication details, request/response examples, and integration guides.
Where do I find my API key?
Click Go to E-commerce.
Go to Settings and click the Account settings button below your organization name.
In the modal that opens, select the API Keys tab and click the copy icon next to the key you want to use.
How do I create a new API key?
In the API Keys tab, click Add New.
Enter a Name and select a Type (Full Access, Chargeback Defence, Paypal Checkout, or Split URL Testing).
Click Save. Store keys securely and never expose them in client-side code.
What can I use the Admoji API for?
Connect landing pages and checkout funnels to Admoji endpoints for customer creation and order processing.
Pull data exports for analytics or compliance reporting.
Integrate third-party platforms such as dialers, SMS/email tools, and fulfillment providers via the Open API.
Update customer records programmatically (e.g., cancel subscriptions or mark accounts as test).
How do I keep my API integration secure?
Never expose API keys in client-side code.
Generate a unique idempotency key for each API request — never reuse one.
Confirm the Campaign ID belongs to the intended account before sending requests.
Verify gateway or processor credentials whenever you rotate API keys.