Authorization: ********************
{
"org_id": "string",
"region_id": "string",
"start": "1s",
"end": "1s",
"page_size": 0,
"page_num": 0,
"method_id": "REQUEST_METHOD_UNKNOWN"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/getportallinksbydaterange' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"region_id": "string",
"start": "1s",
"end": "1s",
"page_size": 0,
"page_num": 0,
"method_id": "REQUEST_METHOD_UNKNOWN"
}'
{
"rows": [
{
"views": 0,
"verify_attempts": 0,
"verify_successes": 0,
"payment_attempts": 0,
"payment_successes": 0,
"payment_amount": 0,
"date": "1s",
"link_data": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}
]
}