cURL
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 }
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Product retrieved
Product ID
Was this page helpful?