Authorization: ********************
{
"by_omni_attachment_sid": {
"omni_attachment_sid": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/getomniattachment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"by_omni_attachment_sid": {
"omni_attachment_sid": 0
}
}'
{
"omni_attachment_sid": 0,
"name": "string",
"file_type": "string",
"file_size": 0,
"path": "string",
"temp_id": "string",
"download_url": "string",
"date_created": "1s",
"date_modified": "1s",
"content_id": "string",
"width": "string",
"height": "string"
}