Skip to main content
This quickstart will become the shortest path from receiving credentials to making a successful API request.

1. Select an environment

Choose the appropriate base URL from Environments.

2. Configure authentication

Follow the instructions in Authentication.

3. Send a request

Use the operation token returned by the widget SDK and your tenant identifier to call a Core Intent endpoint. The following example sends a product-search request:
The response is streamed as text/event-stream, so read each data: line as an independent JSON message. See Search for products for the request fields and response format.