List compose-safe outbound email identities
GET
/projects/{id}/email-identities/compose
Returns only fields needed by the ECC draft composer. Requires Email Pro feature access.
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Project ID
Type
Requiredstring
Responses
OK
application/json
JSON "identities": [ { "_id": "string", "name": "string", "email": "string", "signature": "string" } ]
{
}