The User Generated Content API provides programmatic access to the enhanced UGC experience (rich media posts, topics, audiences, and submission metadata) available through Creator Studio. Creator Studio remains the system of record for moderation, publishing, reporting, and administration; this API supports creating and managing content through a Partner API consumer's own employee-facing application.
Returns a paginated list of the User Generated Content items submitted by the authenticated user in their program.
Security
oauth2_as_a_user(Required scopes: content.read)
- US1https://partner.socialchorus.com/v2/ugc/contents
- US2https://partner.us2.onfirstup.com/v2/ugc/contents
- EUhttps://partner.onfirstup.eu/v2/ugc/contents
curl -i -X GET \
'https://partner.socialchorus.com/v2/ugc/contents?page=1&page_size=20' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "data": [ {} ], "meta": {} }