Kabon Share API
    • Posts
      • Create or schedule a post
        POST
      • List posts
        GET
      • List scheduled posts
        GET
      • Get post detail
        GET
      • Edit draft or scheduled post
        PATCH
      • Delete post
        DELETE
      • Post cross-platform analytics
        GET
      • Reschedule a post
        PATCH
      • Cancel scheduled post
        DELETE
      • Bulk delete posts
        POST
      • Retry failed platforms
        POST
    • Assets
      • List assets
        GET
      • Bulk delete assets
        DELETE
      • Upload files directly
        POST
      • Get presigned upload URLs
        POST
      • Confirm uploaded files
        POST
      • Storage usage
        GET
      • List folders
        GET
      • Create folder
        POST
      • Rename folder
        PATCH
      • Delete folder
        DELETE
      • List unique tags
        GET
      • Get asset detail
        GET
      • Update asset metadata
        PATCH
      • Delete asset
        DELETE
      • Check thumbnail generation status
        GET
    • Plans
      • List available plans
    • Workspaces
      • List workspaces
      • Create workspace
      • Get workspace
      • Update workspace
    • User Auth
      • Sign up
      • Verify email OTP
      • Resend OTP
      • Log in
      • Google OAuth login
      • Request password reset OTP
      • Reset password with OTP
    • Users
      • Get current user profile
      • Update profile
      • Get settings
      • Update publishing defaults
      • Update notification preferences
      • Update UI preferences
      • Billing usage summary
      • List payment methods
      • Transaction history
    • Social Accounts
      • Get OAuth URL for a platform
      • List connected social accounts
      • Disconnect a social account
      • Get TikTok creator info
      • List available Facebook pages
      • Connect a Facebook page
      • List connected Facebook pages
      • Validate TikTok connection
    • Team
      • Available scope definitions
      • My pending invitations
      • View invitation details
      • Accept invitation
      • Decline invitation
      • List team members
      • Invite team member
      • List pending invitations
      • Cancel invitation
      • Resend invitation
      • Update member role/scopes
      • Remove team member
      • Leave workspace
    • Uploads
      • Get signed upload URLs for post media
      • Confirm upload complete
      • Get upload details
      • Delete upload
      • List uploads
    • Analytics
      • Platform account analytics
      • Platform content list
      • Single content analytics
      • Cross-platform post analytics
    • Streams
      • Create live stream
      • List streams
      • Get stream detail
      • Update stream
      • Delete stream
    • Support
      • List my tickets
      • Create support ticket
      • My ticket stats
      • Get ticket detail
      • Reply to ticket
      • Upload ticket attachments
    • Schemas
      • Error
      • User
      • Pagination
      • Plan
      • Post
      • Asset
      • Ticket
      • SocialAccount
      • Workspace
      • Stream

    Ticket

    {
        "_id": "string",
        "subject": "string",
        "category": "string",
        "priority": "low",
        "status": "open",
        "messages": [
            {}
        ],
        "createdAt": "2019-08-24T14:15:22.123Z"
    }
    Built with