Verify if your API key is valid and connected.
cURL
curl --request GET \ --url https://api.postiz.com/public/v1/is-connected \ --header 'Authorization: <api-key>'
{ "connected": true }
Your Postiz API key
Connection status
Was this page helpful?