GET https://oauth.ecartapi.com/oauth/validate?url=https://ecart-test.myshopify.com&ecommerce=shopify
Body
PARAM
Key | Datatype | Required | Description |
url
|
string | Store's URL | |
ecommerce
|
string | Ecommerce name in lowercase |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"success": true,
"url": "https://ecart-test.myshopify.com"
} |