cURL
curl --request GET \ --url https://api.agntdata.dev/v1/youtube/channel/id \ --header 'Authorization: <api-key>'
{ "channel_id": "UCXuqSBlHAE6Xw-yeJA0Tunw", "channel_name": "LinusTechTips" }
This endpoint get the channel ID of a Youtube Channel given the channel name
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Response
Schema Class for Youtube Channel ID