Skip to main content
GET
/
subscriptions
/
cp
/
api
/
customer-account-api
/
oauth
/
callback
Handle OAuth callback from Shopify
curl --request GET \
  --url https://www.myshop.com/apps/subscriptions/cp/api/customer-account-api/oauth/callback

Documentation Index

Fetch the complete documentation index at: https://developers.appstle.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

code
string

Authorization code from Shopify (if successful)

state
string
required

State parameter for CSRF protection

error
string

Error code if authorization failed

error_description
string

Human-readable error description

Response

Redirects to return URL with success or error parameter