Skip to main content
GET
/
stores
/
{domain}
Get store
curl --request GET \
  --url https://storeinspect.com/api/v1/stores/{domain} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

domain
string
required

Store domain to look up. URLs are normalized to their hostname.

Response

Store intelligence for a domain already present in the StoreInspect database.