curl --request GET \
--url https://api.boostgpt.co/v1/bot/email/address \
--header 'Authorization: Bearer <token>'{
"email_address": "<string>",
"subdomain": "<string>",
"domain": "<string>",
"email_enabled": true,
"email_auto_reply": true,
"email_notifications": true
}Get the agent’s email address and email settings
curl --request GET \
--url https://api.boostgpt.co/v1/bot/email/address \
--header 'Authorization: Bearer <token>'{
"email_address": "<string>",
"subdomain": "<string>",
"domain": "<string>",
"email_enabled": true,
"email_auto_reply": true,
"email_notifications": true
}Enter your API key
Was this page helpful?