Skip to main content
GET
https://api.aisa.one/apis/v1
/
apollo
/
email_accounts
Get a List of Email Accounts
curl --request GET \
  --url https://api.aisa.one/apis/v1/apollo/email_accounts \
  --header 'Authorization: Bearer <token>'
{
  "email_accounts": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

email_accounts
string[]

Email accounts (when returned).