Skip to main content
GET
/
products
/
{productId}
Get product
curl --request GET \
  --url https://rawugc.com/api/v1/products/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "_id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "photos": [
    "<string>"
  ],
  "messaging": "<string>",
  "createdAt": 123,
  "updatedAt": 123
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Path Parameters

productId
string
required

Response

Product retrieved

_id
string

Product ID

name
string
description
string
photos
string[]
messaging
string
createdAt
number
updatedAt
number