Overview
The Sticker Partner API allows you to programmatically provision organizations, authenticate users, and manage the embedded procurement experience.Base URL
/v1.
Authentication
All API requests require authentication via API key.Organization Setup
UsesAuthorization: Bearer header:
Partner Handshake
UsesX-API-Key header:
Contact us to receive your API credentials: suyash@usesticker.com
Available Endpoints
Organization Setup
Partner Handshake
Request Format
All requests must:- Use
Content-Type: application/json - Send JSON-encoded request bodies
- Include proper authentication headers
Response Format
All responses are JSON with the following structure:Success Response
Error Response
HTTP Status Codes
| Status | Description |
|---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Insufficient permissions |
404 | Not Found - Resource doesn’t exist |
409 | Conflict - Resource already exists |
429 | Too Many Requests - Rate limited |
500 | Server Error - Something went wrong |
Rate Limits
| Endpoint | Rate Limit |
|---|---|
/v1/organizations/setup | 100 requests/minute |
/v1/partner/handshake | 300 requests/minute |
Error Handling
We recommend implementing retry logic with exponential backoff:Environments
| Environment | Base URL | API Keys |
|---|---|---|
| Production | https://api.usesticker.com/v1 | sk_live_* |
| Staging/Sandbox | https://api.staging.usesticker.com/v1 | sk_test_* |
Need Help?
Email Support
Get help from our integration team
Schedule a Call
Book time with our engineers

