Skip to content

Commit 70df6c8

Browse files
author
github-actions
committed
Update REST API documentation Wed Jun 3 12:45:36 UTC 2026
1 parent cef6b9f commit 70df6c8

1 file changed

Lines changed: 17 additions & 88 deletions

File tree

restapi.json

Lines changed: 17 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -5105,17 +5105,17 @@
51055105
}
51065106
}
51075107
},
5108-
"/api/v2/subscribe-pages/{id}/public": {
5108+
"/api/v2/public/subscribe-pages/{pageId}": {
51095109
"get": {
51105110
"tags": [
5111-
"subscriptions"
5111+
"public"
51125112
],
51135113
"summary": "Get public subscribe page (placeholders replaced with actual values)",
51145114
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.",
5115-
"operationId": "c82021ebada5c3523680fd71890bca54",
5115+
"operationId": "0ce8d9a7201bd20911aede0e4b62f479",
51165116
"parameters": [
51175117
{
5118-
"name": "id",
5118+
"name": "pageId",
51195119
"in": "path",
51205120
"description": "Subscribe page ID",
51215121
"required": true,
@@ -5146,28 +5146,17 @@
51465146
}
51475147
}
51485148
}
5149-
}
5150-
},
5151-
"/api/v2/subscribe-pages/{id}/lists/{listId}/subscribers": {
5149+
},
51525150
"post": {
51535151
"tags": [
5154-
"subscriptions"
5152+
"public"
51555153
],
51565154
"summary": "Create subscription",
51575155
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.Subscribe subscriber to a list from subscribe page.",
5158-
"operationId": "764d299822f5efc74556ea96ba2cbfb4",
5156+
"operationId": "106ea367d6b2e0925240532f5cf1087c",
51595157
"parameters": [
51605158
{
5161-
"name": "listId",
5162-
"in": "path",
5163-
"description": "List ID",
5164-
"required": true,
5165-
"schema": {
5166-
"type": "string"
5167-
}
5168-
},
5169-
{
5170-
"name": "id",
5159+
"name": "pageId",
51715160
"in": "path",
51725161
"description": "Subscribe page ID",
51735162
"required": true,
@@ -7034,74 +7023,6 @@
70347023
}
70357024
}
70367025
}
7037-
},
7038-
"/api/v2/lists/{listId}/public": {
7039-
"get": {
7040-
"tags": [
7041-
"lists"
7042-
],
7043-
"summary": "Gets a subscriber list.",
7044-
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a single subscriber list with specified ID.",
7045-
"operationId": "4da85d04ec92d3dd4982c63f11f3d73e",
7046-
"parameters": [
7047-
{
7048-
"name": "listId",
7049-
"in": "path",
7050-
"description": "List ID",
7051-
"required": true,
7052-
"schema": {
7053-
"type": "string"
7054-
}
7055-
}
7056-
],
7057-
"responses": {
7058-
"200": {
7059-
"description": "Success",
7060-
"content": {
7061-
"application/json": {
7062-
"schema": {
7063-
"properties": {
7064-
"id": {
7065-
"type": "integer",
7066-
"example": 1
7067-
},
7068-
"name": {
7069-
"type": "string",
7070-
"example": "Newsletter subscribers"
7071-
},
7072-
"list_position": {
7073-
"type": "integer",
7074-
"example": 1
7075-
},
7076-
"description": {
7077-
"type": "string",
7078-
"example": "Main public list",
7079-
"nullable": true
7080-
}
7081-
},
7082-
"type": "object"
7083-
}
7084-
}
7085-
}
7086-
},
7087-
"404": {
7088-
"description": "Failure",
7089-
"content": {
7090-
"application/json": {
7091-
"schema": {
7092-
"properties": {
7093-
"message": {
7094-
"type": "string",
7095-
"example": "There is no list with that ID."
7096-
}
7097-
},
7098-
"type": "object"
7099-
}
7100-
}
7101-
}
7102-
}
7103-
}
7104-
}
71057026
}
71067027
},
71077028
"components": {
@@ -8406,11 +8327,15 @@
84068327
"format": "email",
84078328
"example": "lia@example.com"
84088329
},
8409-
"confirmEmail": {
8330+
"confirm_email": {
84108331
"type": "string",
84118332
"format": "email",
84128333
"example": "lia@example.com"
84138334
},
8335+
"list_id": {
8336+
"type": "integer",
8337+
"example": 1
8338+
},
84148339
"attributes": {
84158340
"type": "object",
84168341
"example": {
@@ -9007,6 +8932,10 @@
90078932
"name": "subscriptions",
90088933
"description": "subscriptions"
90098934
},
8935+
{
8936+
"name": "public",
8937+
"description": "public"
8938+
},
90108939
{
90118940
"name": "subscriber-attributes",
90128941
"description": "subscriber-attributes"

0 commit comments

Comments
 (0)