Overview
This guide will walk you through integrating Sticker into your platform. The entire process takes approximately 2-4 hours and requires implementing two API endpoints.Prerequisites
Before you begin, make sure you have:API Credentials
API Credentials
- Partner API Key (provided by Sticker)
- Partner ID (UUID provided by Sticker)
Development Environment
Development Environment
- Backend server capable of making HTTPS requests
- Frontend capable of rendering iframes
- HTTPS enabled (required for production)
Partner Information
Partner Information
- OAuth endpoint (if using OAuth flow)
- User authentication system
- Organization/practice data structure
Integration Steps
1
Get Your API Credentials
Contact the Sticker team to receive your:
- Partner ID
- Partner API Key
- API base URL (production or sandbox)
2
Implement Organization Setup
When a customer enables the supplies module, call the organization setup endpoint to provision their account.
The
partner_org_id is your internal identifier for this organization. You’ll use this to link future requests.3
Implement User Handshake
Every time a user opens the supplies module, call the handshake endpoint to authenticate them.
4
Embed the iframe
Use the returned
iframe_url with the session_key to embed Sticker in your application.5
Test Your Integration
Use our sandbox environment to test your integration before going live.
Test Checklist
Test Checklist
- Organization provisioning creates profiles correctly
- User handshake returns valid session tokens
- iframe loads and displays products
- User can add items to cart
- Checkout process completes successfully
- Order appears in both platforms
Code Examples
Choose your preferred language/framework:Next Steps
Integration Guide
Deep dive into integration concepts and best practices
API Reference
Complete API documentation with all parameters
Getting Help
Need assistance? Our team is available to help you with your integration:
- Email: support@sticker.com
- Schedule a call: sticker.com/contact

