read:productsread:products permission. Make sure your token was created with this permission during token creation.curl --location 'https://api.getmarvia.com/v1/products//socials' \
--header 'Authorization: <api-key>'{
"_tag": "Success",
"data": {
"uuid": "string",
"translations": [
{
"locale": "string",
"postToFacebookDefaultCaption": "string",
"postToInstagramDefaultCaption": "string",
"postToLinkedInDefaultCaption": "string"
}
],
"postToFacebook": true,
"postToFacebookCaptionEditableByUser": true,
"postToInstagram": true,
"postToInstagramCaptionEditableByUser": true,
"postToLinkedIn": true,
"postToLinkedInCaptionEditableByUser": true,
"mediaSelectionType": "string",
"showShareButton": true
}
}