Analytics

Get email analytics summary GET

Emails

Get all emails GET

Newsletter

Students

Subscribe a new student POST
Mais Informa LogoMais Informa Docs
IntroduçãoDIAMI Boletim
Internal Functions

Get all emails

Editar páginaReportar problema

Retrieve a list of all subscribers' emails.

GET
/emails

Authorization

AuthorizationBearer <token>

API Token for authentication

In: header

Response Body

curl -X GET "https://mi-boletim-internal-functions.maisinformaufcrussas.workers.dev/emails"
[
  {
    "id": 1,
    "email": "user@ufc.br"
  }
]

Get email analytics summary GET

Previous Page

Get email by ID GET

Next Page