Skip to main content
Domain: https://search.enad.io

Overview

Product search is available over GraphQL. Use your application ID in the URL path to reach the correct environment.

Endpoints

GraphQL API

POST https://search.enad.io/{app_id}/graphql Send GraphQL queries and mutations to this endpoint. Replace {app_id} with your application (tenant) identifier.

GraphiQL (interactive API explorer)

GET https://search.enad.io/{app_id}/graphiql Open this URL in a browser to explore the schema, run queries, and read API documentation in an interactive GraphiQL interface. Replace {app_id} with your application identifier.

Examples

# GraphQL endpoint (replace APP_ID and use your HTTP client / auth as required)
POST https://search.enad.io/APP_ID/graphql
# GraphiQL in the browser
https://search.enad.io/APP_ID/graphiql