OAuth callback endpoint — consumed by platform providers after user consent
GET/v1/platform-auth-callback
Platform-agnostic OAuth callback. Called by Etsy, Amazon (Seller & Ads), Shopify, TikTok, WooCommerce after the user authorizes the app. NOT intended to be called directly by partner code — Dodgeprint registers this URL as the OAuth redirect target. For Amazon specifically: Amazon does NOT support custom redirect_url per request, so after the user completes OAuth the partner must POLL GET /v1/sites?platform_id=5&sort=-id&limit=1 every 5 seconds (timeout 2 minutes) to detect the newly created site. This endpoint is documented for completeness only.
Request
Responses
- 200
Callback processed