Skip to content

Commit 565dc16

Browse files
author
github-actions
committed
Update REST API documentation Thu Jun 4 08:00:12 UTC 2026
1 parent 70df6c8 commit 565dc16

1 file changed

Lines changed: 86 additions & 14 deletions

File tree

restapi.json

Lines changed: 86 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4726,7 +4726,7 @@
47264726
"/api/v2/subscribe-pages": {
47274727
"get": {
47284728
"tags": [
4729-
"subscriptions"
4729+
"subscribe-pages"
47304730
],
47314731
"summary": "Get subscribe pages list",
47324732
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.",
@@ -4811,7 +4811,7 @@
48114811
},
48124812
"post": {
48134813
"tags": [
4814-
"subscriptions"
4814+
"subscribe-pages"
48154815
],
48164816
"summary": "Create subscribe page",
48174817
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.",
@@ -4898,7 +4898,7 @@
48984898
"/api/v2/subscribe-pages/{id}": {
48994899
"get": {
49004900
"tags": [
4901-
"subscriptions"
4901+
"subscribe-pages"
49024902
],
49034903
"summary": "Get subscribe page",
49044904
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.",
@@ -4958,7 +4958,7 @@
49584958
},
49594959
"put": {
49604960
"tags": [
4961-
"subscriptions"
4961+
"subscribe-pages"
49624962
],
49634963
"summary": "Update subscribe page",
49644964
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.",
@@ -5053,7 +5053,7 @@
50535053
},
50545054
"delete": {
50555055
"tags": [
5056-
"subscriptions"
5056+
"subscribe-pages"
50575057
],
50585058
"summary": "Delete subscribe page",
50595059
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.",
@@ -5108,7 +5108,7 @@
51085108
"/api/v2/public/subscribe-pages/{pageId}": {
51095109
"get": {
51105110
"tags": [
5111-
"public"
5111+
"subscribe-pages"
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.",
@@ -5149,7 +5149,7 @@
51495149
},
51505150
"post": {
51515151
"tags": [
5152-
"public"
5152+
"subscribe-pages"
51535153
],
51545154
"summary": "Create subscription",
51555155
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production.Subscribe subscriber to a list from subscribe page.",
@@ -8658,12 +8658,84 @@
86588658
"example": "Subscribe to our newsletter"
86598659
},
86608660
"data": {
8661-
"type": "array",
8662-
"items": {
8663-
"type": "object",
8664-
"additionalProperties": {
8665-
"type": "string"
8661+
"properties": {
8662+
"attributes": {
8663+
"type": "array",
8664+
"items": {
8665+
"properties": {
8666+
"id": {
8667+
"type": "integer"
8668+
},
8669+
"name": {
8670+
"type": "string"
8671+
},
8672+
"type": {
8673+
"type": "string"
8674+
},
8675+
"required": {
8676+
"type": "boolean"
8677+
},
8678+
"default_value": {
8679+
"type": "string",
8680+
"nullable": true
8681+
},
8682+
"list_order": {
8683+
"type": "integer"
8684+
},
8685+
"options": {
8686+
"type": "array",
8687+
"items": {
8688+
"type": "object"
8689+
}
8690+
}
8691+
},
8692+
"type": "object"
8693+
}
8694+
},
8695+
"lists": {
8696+
"type": "array",
8697+
"items": {
8698+
"properties": {
8699+
"id": {
8700+
"type": "integer"
8701+
},
8702+
"name": {
8703+
"type": "string"
8704+
},
8705+
"description": {
8706+
"type": "string",
8707+
"nullable": true
8708+
},
8709+
"list_position": {
8710+
"type": "integer"
8711+
}
8712+
},
8713+
"type": "object"
8714+
}
86668715
}
8716+
},
8717+
"type": "object",
8718+
"additionalProperties": {
8719+
"oneOf": [
8720+
{
8721+
"type": "string"
8722+
},
8723+
{
8724+
"type": "integer"
8725+
},
8726+
{
8727+
"type": "boolean"
8728+
},
8729+
{
8730+
"type": "array",
8731+
"items": {
8732+
"type": "object"
8733+
}
8734+
},
8735+
{
8736+
"type": "object"
8737+
}
8738+
]
86678739
}
86688740
}
86698741
},
@@ -8933,8 +9005,8 @@
89339005
"description": "subscriptions"
89349006
},
89359007
{
8936-
"name": "public",
8937-
"description": "public"
9008+
"name": "subscribe-pages",
9009+
"description": "subscribe-pages"
89389010
},
89399011
{
89409012
"name": "subscriber-attributes",

0 commit comments

Comments
 (0)