Skip to main content
GET
/
newsletter
/
issues
/
{issueId}
/
analytics
Get Issue Analytics
curl --request GET \
  --url https://api.getmaito.com/v1/newsletter/issues/{issueId}/analytics \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.getmaito.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:your-api-key
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issueId
string
required

Issue ID.

Minimum string length: 1

Response

Successful response.

ok
enum<boolean>
required
Available options:
true
data
object
required