All endpoints

Add a list entry

POSThttps://myagentmail.com/v1/inboxes/{id}/lists/{lid}/entries

Path parameters

id
required
string

Inbox UUID

lid
required
string

List UUID

Request body

Content-Type: application/json

email
required
string

format: email

displayName
string
metadata
object

Responses

201application/jsonCreated
id
string

format: uuid

email
string

format: email

displayName
string
metadata
object
createdAt
string

format: date-time

409application/jsonResource already exists
error
required
string
code
string

Authentication

Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.