Skip to content

Commit 6433edf

Browse files
author
github-actions
committed
Update REST API documentation Thu Feb 12 09:51:54 UTC 2026
1 parent 468f7d9 commit 6433edf

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

restapi.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3056,6 +3056,41 @@
30563056
}
30573057
}
30583058
},
3059+
"/api/v2/t/open.gif": {
3060+
"get": {
3061+
"tags": [
3062+
"tracking"
3063+
],
3064+
"summary": "Track user message open",
3065+
"description": "1x1 tracking pixel endpoint that records a message view. Requires `u` (subscriber UID) and `m` (message ID) as query parameters.",
3066+
"operationId": "bc130b3f141501cd88e212b74a9b58c5",
3067+
"parameters": [
3068+
{
3069+
"name": "u",
3070+
"in": "query",
3071+
"description": "Subscriber unique identifier (UID)",
3072+
"required": true,
3073+
"schema": {
3074+
"type": "string"
3075+
}
3076+
},
3077+
{
3078+
"name": "m",
3079+
"in": "query",
3080+
"description": "Message ID",
3081+
"required": true,
3082+
"schema": {
3083+
"type": "integer"
3084+
}
3085+
}
3086+
],
3087+
"responses": {
3088+
"200": {
3089+
"description": "Transparent 1x1 GIF"
3090+
}
3091+
}
3092+
}
3093+
},
30593094
"/api/v2/blacklist/check/{email}": {
30603095
"get": {
30613096
"tags": [
@@ -7201,6 +7236,10 @@
72017236
"name": "analytics",
72027237
"description": "analytics"
72037238
},
7239+
{
7240+
"name": "tracking",
7241+
"description": "tracking"
7242+
},
72047243
{
72057244
"name": "blacklist",
72067245
"description": "blacklist"

0 commit comments

Comments
 (0)