Skip to main content
GET
/
v1
/
youtube
/
channel
/
{channel_id}
/
email
Get Channel Email by Channel ID
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"
}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Path Parameters

channel_id
string
default:UCdcUmdOxMrhRjKMw-BX19AA
required

Response

Array of emails will be returned

code
integer
data
object
message
string