cURL
curl --request GET \ --url https://api.agntdata.dev/v1/youtube/channel/{channel_id}/email \ --header 'Authorization: <api-key>'
{ "code": 200, "data": { "email": [ "nikoenquiries@gmail.com", "ndlstories@gmail.com" ], "status": "succ" }, "message": "Success" }
Returns the public contact email(s) for a YouTube channel given its channel ID (e.g. UCdcUmdOxMrhRjKMw-BX19AA).
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Array of emails will be returned
Show child attributes