Skip to main content
GET
/
v1
/
bot
/
email
/
address
Get Email Address
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
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

Response

200 - application/json

Email address and settings

email_address
string

Agent's email address

subdomain
string
domain
string
email_enabled
boolean
email_auto_reply
boolean
email_notifications
boolean