You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restapi.json
+43-1Lines changed: 43 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4908,7 +4908,7 @@
4908
4908
"name": "php-auth-pw",
4909
4909
"in": "header",
4910
4910
"description": "Session key obtained from login",
4911
-
"required": true,
4911
+
"required": false,
4912
4912
"schema": {
4913
4913
"type": "string"
4914
4914
}
@@ -6905,6 +6905,48 @@
6905
6905
}
6906
6906
}
6907
6907
}
6908
+
},
6909
+
"/api/v2/lists/{listId}/public": {
6910
+
"get": {
6911
+
"tags": [
6912
+
"lists"
6913
+
],
6914
+
"summary": "Gets a subscriber list.",
6915
+
"description": "🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a single subscriber list with specified ID.",
0 commit comments