https://api.testfreaks.com/
This describes the API available on https://api.testfreaks.com/
which requires authentication
and can be used to access and edit product, orders, reviews, questions & answers,
and your settings.
Section | Description |
---|---|
Products | Sync and access your product catalog |
Review Summaries | Get the number of reviews etc for each product or product family |
Reviews | Access all your reviews, including non-published reviews and data |
Seller Reviews | Access all your seller reviews, including non-published reviews and data |
Orders | Sync and access your order data |
Client Configurations | Access your client ids and configuration |
See separate authentication page.
APIs can return .errors
array with a list of errors if something failed.
APIs returning lists of objects will contain a .links.next
entry with a link to the next page,
if there are more objects available. The link will set the after
parameter to allow pagination
that’s safe even when objects are inserted or deleted. You should not rely on after
parameter
for anything else, or save it for more than 24 hours.
If the API returns these headers, rate limiting applies in accordance with RateLimit Header Fields for HTTP. If not, you’re expected to limit requests to reasonable volumes.
HTTP header name | Description |
---|---|
RateLimit-Limit |
containing the requests quota in the time window |
RateLimit-Remaining |
containing the remaining requests quota in the current window |
RateLimit-Reset |
containing the time remaining in the current window, specified in seconds |