cURL
curl --request GET \ --url https://rawugc.com/api/v1/inspo/{inspoId}/plans \ --header 'Authorization: Bearer <token>'
{ "plans": [ {} ], "count": 123 }
List all content plans for a specific inspo project.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Inspo project ID
Content plans retrieved successfully
Number of plans returned
Was this page helpful?