Skip to main content
GET
/
is-connected
Check connection status
curl --request GET \
  --url https://api.postiz.com/public/v1/is-connected \
  --header 'Authorization: <api-key>'
{
  "connected": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.postiz.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Postiz API key

Response

200 - application/json

Connection status

connected
boolean