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
2323If you are using the hosted version of Postiz the URL will be ` https://api.postiz.com/public/v1 ` .<br />
2424If you are self-hosting Postiz the URL will be ` https://{NEXT_PUBLIC_BACKEND_URL}/public/v1 ` .<br /><br />
2525
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 />
2828requests to the API per hour. If you plan ahead, you can have a lot more every
2929hour.
3030
3939
4040Here are the following API endpoints you can use:
4141
42- <br />
43-
4442### Get all added channels
4543
4644``` http
You can’t perform that action at this time.
0 commit comments