cURL
curl --request GET \ --url https://in.rough.app/api/v1/content/{contentId}
{ "id": "<string>", "state": "<string>", "flagList": [ "<string>" ] }
Get content by its unique identifier
Was this page helpful?