Skip to content
Guides
Platform & IdentityStores

Check store slug

Returns whether any store already uses the slug, active or not.

GET/v1/stores/exists/{slug}

Returns whether any store already uses the slug, active or not.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

slug*string

URL-friendly identifier.

Header Parameters

Authorization*string

OAuth 2.0 bearer token.

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/example-resource" \  -H "Authorization: Bearer <token>"
{  "exists": false}