Ordering Engine API Integration
Integrate the RAZE ordering engine with your existing systems using our REST API.
API Access Required
Before You Start
Enterprise plan with API access enabled
API credentials (Key and Secret)
Development environment for testing
Basic understanding of REST APIs
Step 1 — Authentication Setup
1. Generate API credentials
2. Test authentication
3. Implement token refresh
Step 2 — Create an Inspection Order
1. Prepare order payload
2. Submit POST request
3. Handle the response
Step 3 — Check Order Status
1. Poll the status endpoint
2. Implement status change notifications
Step 4 — Configure Webhooks
1. Register webhook endpoint
2. Select events
3. Verify webhook signatures
4. Respond with 200 OK
Step 5 — Download Inspection Reports
1. Wait for completion webhook
2. Request report URL
3. Download and process
Integration Methods
REST API
- •Full control over requests
- •Synchronous operations
- •Requires polling for updates
- •Best for custom integrations
Webhooks
- •Real-time event notifications
- •Asynchronous updates
- •Reduces API call volume
- •Best for automated workflows
Zapier Integration
- •No-code setup
- •Pre-built templates
- •Limited customization
- •Best for quick setup
Common Integration Questions
API Documentation