Errors
TechSlayers APIs return standard HTTP status codes. Your integration should treat status codes (and not just response bodies) as the source of truth for success/failure.Common status codes
Practical debugging checklist
- Confirm you are calling the correct base URL for the product.
- Confirm auth:
- correct header name (
X-API-KeyvsAPI-KeyvsAuthorization: Bearer …) - secret is not empty / not expired
- correct header name (
- Log:
- request URL + method
- response status code
- response body (redact secrets)
- Add timeouts and handle retries safely (see
/platform/rate-limits).
If you need help debugging an unexpected response, email
support@techslayers.ca with the request/response details
(redacting any secrets).