ad_source_id and ad_source_name — the unique identifier and display label.category — the top-level channel group (e.g. Digital, Print, Direct).sub_category — the specific sub-channel (e.g. Paid Search, Social Media, Email).curl --location --request GET 'https://platform-api.convirza.com/v3/ad-source' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "Success",
"data": {
"ad_sources": [
{
"channel_id": 56,
"category": "API",
"sub_category": "Call Upload"
},
{
"channel_id": 25,
"category": "Bing",
"sub_category": "Display"
},
{
"channel_id": 19,
"category": "Google",
"sub_category": "Paid"
}
]
},
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": "2026-01-20T12:34:56.789Z"
}