File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ With each request you need to pass the API Key in the header `Authorization: {ap
23
23
If you are using the hosted version of Postiz the URL will be ` https://api.postiz.com/public/v1 ` .<br />
24
24
If you are self-hosting Postiz the URL will be ` https://{NEXT_PUBLIC_BACKEND_URL}/public/v1 ` .<br /><br />
25
25
26
- <u >There is a limit of ** 30** requests per hour.</u >
27
- It does not mean you can post only 30 posts per hour, it means you can make 30
26
+ <u >There is a limit of ** 30** requests per hour.</u >< br />
27
+ It does not mean you can post only 30 posts per hour, it means you can make 30 < br />
28
28
requests to the API per hour. If you plan ahead, you can have a lot more every
29
29
hour.
30
30
39
39
40
40
Here are the following API endpoints you can use:
41
41
42
- <br />
43
-
44
42
### Get all added channels
45
43
46
44
``` http
You can’t perform that action at this time.
0 commit comments