cURL
curl --request GET \ --url https://rawugc.com/api/v1/content-plans \ --header 'Authorization: Bearer <token>'
{ "plans": [ { "planId": "<string>", "scrapeId": "<string>", "brief": "<string>", "createdAt": 123 } ], "count": 123 }
List all content plans you’ve created.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Content plans list
Show child attributes
Was this page helpful?