cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/identities/{identityId}/mailboxes \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "identityId": 123, "mailboxes": [ { "id": 123, "identityId": 123, "email": "<string>", "provider": "google", "isPrimary": true, "emailCredentialsExpired": true, "healthStatus": "healthy", "warmup": { "enabled": true, "mailboxId": 123 } } ] } }
Retrieve all configured mailboxes for a specific identity.
Required scope: IDENTITIES_READ Rate limit: 100 requests per minute
Required scope: IDENTITIES_READ
IDENTITIES_READ
Rate limit: 100 requests per minute
The identity ID whose mailboxes should be returned.
Successful response with the identity mailboxes
success
Show child attributes