Skip to main content
GET
/
v1
/
analytics
/
clicks
Signature clicks (timeseries or breakdown)
curl --request GET \
  --url https://api.scribe-mail.com/v1/analytics/clicks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "period": "2023-11-07T05:31:56Z",
      "count": 123
    }
  ],
  "totals": {
    "count": 123
  },
  "time_zone": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

granularity
enum<string>
Available options:
hour,
day,
week,
month

Response

200 - application/json

Timeseries (clicks projected)

data
object[]
required
totals
object
required
granularity
enum<string>
required
Available options:
hour,
day,
week,
month
time_zone
string
required