cURL
curl --request GET \ --url https://rawugc.com/api/v1/messaging \ --header 'Authorization: Bearer <token>'
{ "messages": [ { "_id": "<string>", "organizationId": "<string>", "name": "<string>", "body": "<string>", "createdAt": 123, "updatedAt": 123 } ], "count": 123 }
List all brand/positioning messaging for the authenticated user’s organization.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Messaging retrieved successfully
Show child attributes
Was this page helpful?