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: pages/public-api.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ Here are the following API endpoints you can use:
27
27
28
28
<br />
29
29
30
-
### Get all added integrations
30
+
> NOTE: The UI representation is a `channel`, but on the API it is called `integration`. So when you see `integration` in the API, it means a `channel`.
31
+
32
+
### Get all added channels
31
33
32
34
```http
33
35
GET https://api.postiz.com/public/v1/integrations
@@ -136,7 +138,7 @@ Payload:
136
138
"posts": [
137
139
{
138
140
"integration": {
139
-
"id": "asdfsad23rwdfasfsddc"
141
+
"id": "asdfsad23rwdfasfsddc"// your channel id
140
142
},
141
143
"value": [
142
144
{
@@ -152,7 +154,7 @@ Payload:
152
154
],
153
155
"group": "uniqueId for all the posts in the same group",
154
156
"settings": {
155
-
"[key]": "check each integration DTOs in the files, or wait for the error on a new request"
157
+
"[key]": "check each channel DTOs in the files, or wait for the error on a new request"
0 commit comments