cURL
curl --request GET \ --url https://rawugc.com/api/v1/messaging/{messageId} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "organizationId": "<string>", "name": "<string>", "body": "<string>", "createdAt": 123, "updatedAt": 123 }
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Messaging ID
Messaging retrieved
Organization ID
Was this page helpful?