Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.autoposting.ai/api-proxy/api/notifications/preferences \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "inApp": { "post.published": true, "post.failed": true, "agent.run.completed": true, "clip.render.completed": true, "team.invitation": true }, "email": { "post.published": false, "post.failed": true, "agent.run.completed": false, "clip.render.completed": false, "team.invitation": true } } }
API key as Authorization: Bearer sk-social-...
Authorization: Bearer sk-social-...
Notification preferences
Per-channel map of notification event type to enabled boolean.
Show child attributes
Was this page helpful?