Support
Get help with the Matchstra API, report issues, and connect with our team.
Contact Methods
📧 Email Support
General Support:
- Email: support@matchstra.ca
- Response time: Within 24 hours (business days)
- Best for: General questions, account issues, billing inquiries
Technical Support:
- Email: tech@matchstra.ca
- Response time: Within 12 hours (business days)
- Best for: API integration help, technical issues, bug reports
Sales & Enterprise:
- Email: sales@matchstra.ca
- Response time: Within 1 business day
- Best for: Pricing, custom plans, enterprise features
💬 Live Chat
Available in the Matchstra Dashboard
Hours:
- Monday-Friday: 9:00 AM - 5:00 PM EST
- Saturday-Sunday: Closed
📞 Phone Support
Enterprise customers only
Contact your account manager for phone support access.
Before You Contact Us
Help us help you faster by:
- Checking the documentation - Most questions are answered in our guides
- Searching error messages - See our Error Handling guide
- Trying the API Explorer - Test endpoints at /api-explorer
- Reviewing your quota - Check remaining requests in your dashboard
What to Include in Your Request
For Technical Issues
Please provide:
- API endpoint you're calling
- Request method (GET/POST/etc.)
- Full error message
- HTTP status code
- Request ID (if available)
- Your API key prefix (first 8 characters only)
- Programming language/framework
- Sample code (remove sensitive data)
- Expected vs actual behavior
Example:
Endpoint: POST /api/Screening/screen
Status: 400 Bad Request
Error: "Validation failed"
Request body:
{
"name": "John Doe",
"entityType": "Person" // <- Is this the right value?
}
Expected: Screening to complete
Actual: 400 error
Language: JavaScript (Node.js 18)
For Account Issues
Please provide:
- Your account email
- Description of the issue
- Screenshots (if applicable)
- Steps to reproduce
Service Level Agreements (SLA)
Response Times
| Plan | Email Response | Issue Resolution | Uptime SLA |
|---|---|---|---|
| Starter | 48 hours | Best effort | 99.5% |
| Professional | 24 hours | 3-5 business days | 99.9% |
| Business | 12 hours | 1-2 business days | 99.9% |
| Enterprise | 4 hours | Same day | 99.95% |
Response times are for initial reply during business hours (Mon-Fri, 9 AM - 5 PM EST).
Priority Levels
Critical (P1)
- API completely unavailable
- Data breach or security issue
- Compliance risk
High (P2)
- Major feature not working
- Performance degradation
- High error rates
Medium (P3)
- Non-critical feature issue
- Documentation error
- Enhancement request
Low (P4)
- General questions
- Feature requests
- Best practice advice
Self-Service Resources
Documentation
- Getting Started - New to the API
- API Reference - Complete endpoint docs
- Guides - Best practices and workflows
- Error Handling - Troubleshooting guide
Tools
- API Explorer - Test API calls interactively
- Postman Collection - Import to Postman
- Code Examples - Sample integrations (placeholder)
Status Page
Check system status: status.matchstra.ca (placeholder)
- Current incidents
- Scheduled maintenance
- Historical uptime
- Subscribe to notifications
Common Issues & Solutions
Authentication Errors (401)
Problem: "Invalid or missing API key"
Solutions:
- Verify API key is in
X-API-Keyheader (notAuthorization) - Check for typos or extra whitespace
- Confirm key hasn't been revoked in dashboard
- Ensure you're using the correct environment key
Rate Limit Errors (429)
Problem: "Request quota exhausted"
Solutions:
- Check remaining quota in dashboard
- Implement request queuing
- Cache results to reduce calls
- Upgrade to a higher-tier plan
Validation Errors (400)
Problem: "Validation failed"
Solutions:
- Verify all required fields are present
- Check data types (string vs number)
- Validate date formats (ISO 8601)
- Review endpoint documentation
Image Upload Errors
Problem: "Invalid image format or size"
Solutions:
- Ensure images are JPEG or PNG
- Check file size is under 10 MB
- Verify images are not corrupted
- Test with sample images first
Report a Security Issue
If you've discovered a security vulnerability, please do not open a public issue.
Security contact:
- Email: security@matchstra.ca
- PGP key: Available on request
- Response time: Within 24 hours
We take security seriously and will work with you to resolve issues promptly.
Feature Requests
We welcome feedback and feature requests!
How to submit:
- Email: product@matchstra.ca
- Dashboard: Use the feedback widget
- Roadmap: Vote on planned features (coming soon)
What to include:
- Description of the feature
- Use case / problem it solves
- Expected behavior
- Priority for your business
API Consulting
Need help with:
- API integration planning
- Architecture review
- Performance optimization
- Compliance guidance
Enterprise consulting services:
- Email: consulting@matchstra.ca
- Available for Business and Enterprise plans
- Hourly or project-based pricing
Community
Developer Community (Coming Soon)
- Forum: community.matchstra.ca (placeholder)
- Discord: Join our developer Discord (link coming soon)
- GitHub: github.com/matchstra (placeholder)
Social Media
- Twitter: @matchstra (placeholder)
- LinkedIn: Matchstra (placeholder)
- Blog: blog.matchstra.ca (placeholder)
Legal & Compliance
Terms of Service
Privacy Policy
Available at matchstra.ca/privacy (placeholder)
Data Processing Agreement (DPA)
Enterprise customers: Contact legal@matchstra.ca
Compliance Questions
Email: compliance@matchstra.ca
Feedback
Help us improve! We'd love to hear:
- What you like about the API
- What could be better
- Features you'd like to see
- Documentation improvements
Send feedback:
- Email: feedback@matchstra.ca
- Dashboard feedback widget
- Post-support surveys
Office Hours (Enterprise Only)
Schedule a call with our team:
- Weekly office hours available
- 30-minute slots
- Screen sharing supported
- Bring your integration questions
Contact your account manager to schedule.
Thank you for using Matchstra! We're here to help you succeed. 🚀