Skip to main content
GET
/
workspaces
/
{workspaceID}
/
products
/
{productID}
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "internalName": "<string>",
  "translations": [
    {
      "costOfInaction": "<string>",
      "idealCustomerProfile": "<string>",
      "industry": "<string>",
      "name": "<string>",
      "pain": "<string>",
      "proofPoints": "<string>",
      "solution": "<string>"
    }
  ]
}
{
"data": [
{
"id": "<string>",
"name": "<string>",
"sentCount": 123,
"sequenceId": "<string>",
"url": "<string>"
}
],
"message": "<string>"
}
{
"data": [
{
"id": "<string>",
"name": "<string>",
"sentCount": 123,
"sequenceId": "<string>",
"url": "<string>"
}
],
"message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

workspaceID
string
required

Workspace ID

productID
string
required

Product ID

Response

Product

id
string
internalName
string
translations
object[]