Skip to content

Commit 7f087e6

Browse files
author
github-actions
committed
Update REST API documentation Thu Mar 19 18:12:01 UTC 2026
1 parent 4591355 commit 7f087e6

1 file changed

Lines changed: 104 additions & 47 deletions

File tree

restapi.json

Lines changed: 104 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,63 +3131,120 @@
31313131
"application/json": {
31323132
"schema": {
31333133
"properties": {
3134-
"total_subscribers": {
3134+
"summary_statistics": {
31353135
"properties": {
3136-
"value": {
3137-
"type": "integer",
3138-
"example": 48294
3136+
"total_subscribers": {
3137+
"properties": {
3138+
"value": {
3139+
"type": "integer",
3140+
"example": 48294
3141+
},
3142+
"change_vs_last_month": {
3143+
"type": "number",
3144+
"format": "float",
3145+
"example": 12.5
3146+
}
3147+
},
3148+
"type": "object"
31393149
},
3140-
"change_vs_last_month": {
3141-
"type": "number",
3142-
"format": "float",
3143-
"example": 12.5
3144-
}
3145-
},
3146-
"type": "object"
3147-
},
3148-
"active_campaigns": {
3149-
"properties": {
3150-
"value": {
3151-
"type": "integer",
3152-
"example": 12
3150+
"active_campaigns": {
3151+
"properties": {
3152+
"value": {
3153+
"type": "integer",
3154+
"example": 12
3155+
},
3156+
"change_vs_last_month": {
3157+
"type": "number",
3158+
"format": "float",
3159+
"example": 0
3160+
}
3161+
},
3162+
"type": "object"
31533163
},
3154-
"change_vs_last_month": {
3155-
"type": "number",
3156-
"format": "float",
3157-
"example": 0
3164+
"open_rate": {
3165+
"properties": {
3166+
"value": {
3167+
"type": "number",
3168+
"format": "float",
3169+
"example": 12
3170+
},
3171+
"change_vs_last_month": {
3172+
"type": "number",
3173+
"format": "float",
3174+
"example": 0
3175+
}
3176+
},
3177+
"type": "object"
3178+
},
3179+
"bounce_rate": {
3180+
"properties": {
3181+
"value": {
3182+
"type": "number",
3183+
"format": "float",
3184+
"example": 12
3185+
},
3186+
"change_vs_last_month": {
3187+
"type": "number",
3188+
"format": "float",
3189+
"example": 0
3190+
}
3191+
},
3192+
"type": "object"
31583193
}
31593194
},
31603195
"type": "object"
31613196
},
3162-
"open_rate": {
3163-
"properties": {
3164-
"value": {
3165-
"type": "number",
3166-
"format": "float",
3167-
"example": 12
3197+
"recent_campaigns": {
3198+
"type": "array",
3199+
"items": {
3200+
"properties": {
3201+
"name": {
3202+
"type": "string",
3203+
"example": "March Newsletter"
3204+
},
3205+
"status": {
3206+
"type": "string",
3207+
"example": "sent",
3208+
"nullable": true
3209+
},
3210+
"date": {
3211+
"type": "string",
3212+
"format": "date",
3213+
"example": "2026-03-15",
3214+
"nullable": true
3215+
},
3216+
"open_rate": {
3217+
"type": "string",
3218+
"example": "42.50%"
3219+
},
3220+
"click_rate": {
3221+
"type": "string",
3222+
"example": "8.10%"
3223+
}
31683224
},
3169-
"change_vs_last_month": {
3170-
"type": "number",
3171-
"format": "float",
3172-
"example": 0
3173-
}
3174-
},
3175-
"type": "object"
3225+
"type": "object"
3226+
}
31763227
},
3177-
"bounce_rate": {
3178-
"properties": {
3179-
"value": {
3180-
"type": "number",
3181-
"format": "float",
3182-
"example": 12
3228+
"campaign_performance": {
3229+
"type": "array",
3230+
"items": {
3231+
"properties": {
3232+
"date": {
3233+
"type": "string",
3234+
"format": "date",
3235+
"example": "2026-03-19"
3236+
},
3237+
"opens": {
3238+
"type": "integer",
3239+
"example": 234
3240+
},
3241+
"clicks": {
3242+
"type": "integer",
3243+
"example": 57
3244+
}
31833245
},
3184-
"change_vs_last_month": {
3185-
"type": "number",
3186-
"format": "float",
3187-
"example": 0
3188-
}
3189-
},
3190-
"type": "object"
3246+
"type": "object"
3247+
}
31913248
}
31923249
},
31933250
"type": "object"

0 commit comments

Comments
 (0)