cURL
curl --request POST \ --url https://sandbox.tight.com/v6/integrations/shopify/authFlow \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "redirectUri": "<string>", "state": "<string>" } '
{ "result": "SUCCESS", "data": { "redirectUri": "<string>", "state": "<string>" } }
Start OAuth flow for Shopify
Bearer authentication header of the form Bearer <token>, see Authentication for more detail.
Bearer <token>
The final redirect URI for the user within the partner's app
Any additional state to pass to final redirect URI
Success
The result of the action performed.
SUCCESS
FAILURE
Show child attributes