Skip to content
Guides
API reference
stable

Check store exists

GET/v1/stores/exists/{slug}

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

slug*string

URL-friendly identifier.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/stores/exists/string"
{  "exists": true}