Skip to main content
GET
/
inspo
/
{inspoId}
/
plans
List content plans
curl --request GET \
  --url https://rawugc.com/api/v1/inspo/{inspoId}/plans \
  --header 'Authorization: Bearer <token>'
{
  "plans": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

inspoId
string
required

Inspo project ID

Response

Content plans retrieved successfully

plans
object[]
count
number

Number of plans returned