Base URL
OAuth endpoints
These endpoints handle authentication and token management for your app.Exchange tokens
Response:
Revoke a token
Response:
200 OK on success.
Verify session token
Response:
This endpoint is rate-limited to 30 requests per minute per IP address.
Using access tokens
Once you have an access token, include it in theAuthorization header of every API request:
Available APIs
With a valid access token, you can access these OrderProtection APIs:Orders
Read and manage orders. Requires
read_orders or write_orders scope.Claims
Read and manage claims. Requires
read_claims, write_claims, or manage_claims scope.Products
Read and manage products. Requires
read_products or write_products scope.Fulfillments
Read and manage fulfillments. Requires
read_orders scope.Partner API (v2)
Manage settings, pricing rules, quotes, widgets, and A/B-test contexts via OAuth. Partner-only endpoints under
/v2.
