English
cURL
curl --request GET \ --url https://api.pubrio.com/companies/news/galleries \ --header 'pubrio-api-key: <api-key>'
{ "data": [ { "news_gallery_id": "97a01204-cf56-43ad-98d2-e4991152b148", "slug": "art-fashion", "name": "Art/Fashion", "name_en": "Art/Fashion" }, "..." ] }
A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.
Successful response containing news gallery details.
Response info depends on specific endpoint.