Skip to main content
GET
Get PDP Question Set
Fetch the suggested questions for a specific product detail page (PDP). This endpoint is public and CORS-enabled, so you can call it directly from the browser on a storefront.
This is the only public endpoint in the REST API. It does not require the x-api-key header.

Request

organizationId
string
required
ID of the organization that owns the question set.
url
string
required
The product detail page URL. The server canonicalizes the URL before matching.

Response

The response is a PdpQuestionsSetDto.
id
string
required
ID of the question set.
organizationId
string
required
ID of the organization that owns the question set.
url
string
required
The canonicalized PDP URL the question set belongs to.
productTitle
string
Title of the product, or null when unknown.
requests
integer
Number of times the question set has been requested.
createdAt
string
required
ISO 8601 timestamp of when the question set was created.
questions
object[]
required
The suggested questions, ordered by rank.

Examples

Success response

Error response

Path Parameters

organizationId
string
required

Query Parameters

url
string
required

Response

200 - application/json

The response is of type object.