Metadata-Version: 2.4
Name: postboost
Version: 1.0.0
Summary: PostBoost API
Home-page: 
Author: PostBoost Support
Author-email: hi@postboost.co
License: Commercial
Keywords: OpenAPI,OpenAPI-Generator,PostBoost API
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=1.25.3
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

    The PostBoost REST API lets you publish, schedule, and analyze social media posts across 8+ platforms from a single integration. No OAuth apps to maintain — PostBoost handles platform authorization for you.  ## Base URL All workspace-scoped endpoints are prefixed with &#x60;/{workspaceUuid}&#x60;. Panel/admin endpoints are prefixed with &#x60;/panel&#x60;.  ## Authentication All requests require a Bearer token in the &#x60;Authorization&#x60; header. Generate tokens in your PostBoost dashboard under **Settings → Access Tokens**.  &#x60;&#x60;&#x60; Authorization: Bearer YOUR_API_TOKEN &#x60;&#x60;&#x60; 
    
