cURL
curl --request PATCH \ --url https://rawugc.com/api/v1/products/{productId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "photos": [ "<string>" ], "messaging": "<string>" } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>", "errors": {} }
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
1 - 200
1000
5000
Updated
Was this page helpful?