cURL
curl --request GET \ --url https://rawugc.com/api/v1/products \ --header 'Authorization: Bearer <token>'
{ "products": [ { "_id": "<string>", "name": "<string>", "description": "<string>", "photos": [ "<string>" ], "messaging": "<string>", "createdAt": 123, "updatedAt": 123 } ], "count": 123 }
List all products for the authenticated user’s organization.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Products retrieved successfully
Show child attributes
Was this page helpful?