Skip to main content
GET
/
content-plans
List content plans
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
}

Authorizations

Authorization
string
header
required

Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY

Response

Content plans list

plans
object[]
count
integer