Skip to main content
GET
/
v1
/
identity
/
emails
List emails
curl --request GET \
  --url https://api.usenaive.ai/v1/identity/emails \
  --header 'Authorization: Bearer <token>'
{
  "emails": [
    {
      "id": "<string>",
      "address": "<string>",
      "local_part": "<string>",
      "agent_id": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

OK.

emails
object[]