The Platform will be implemented with an API Gateway to streamline API traffic management. This will help to improve security by protecting API from unauthorized access, improve performance by managing load, and ensure reliability by providing a single point of failure.
Why Gateway:
To ensure fair usage policy across brands.
- Post this implementation, your API requests will be throttled to 10 requests per second. Exceeding this limit, will result in HTTP error 429.
- Brands will have to handle the HTTP error 429 and ensure the requests are resent to TrusTrace for processing
End point URL:
Brand only needs to change the end point URL and there are no changes to any of the underlying API request/response structures.
- Training URL - https://api.trustrace.training/partners/v3
- Production URL - https://api.trustrace.com/partners/v3
Swagger URL:
- Training URL - https://api.trustrace.training/partners/docs
- Production URL - https://api.trustrace.com/partners/docs