/
BU
bundle
/
bundle.social API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
analytics
7
app
1
comment
11
misc
84
organization
6
post
9
get
Get post list
post
Create post
get
Get post
delete
Delete post
patch
Update post
get
Get post by reference key
get
Get posts that can be reconnected to a social account
post
Reconnect social account to matching posts
post
Retry post
postCSV
5
postImport
6
socialAccount
11
team
5
upload
8
post
Get post
get
/api/v1/post/{id}
Path parameters
id
string
required
Response
200
object
required
id
string
required
teamId
string
required
organizationId
string
nullable
title
string
required
referenceKey
string
nullable
postDate
string
date-time
nullable
required
postedDate
string
date-time
nullable
status
'DRAFT'
|
'SCHEDULED'
|
'POSTED'
|
'ERROR'
|
'DELETED'
|
'PROCESSING'
|
'REVIEW'
|
'RETRYING'
required
data
object
required
error
string
nullable
errors
object
nullable
errorsVerbose
object
nullable
externalData
object
nullable
retryCount
number
required
createdAt
string
date-time
nullable
required
updatedAt
string
date-time
nullable
required
deletedAt
string
date-time
nullable
uploads
object[]
required
socialAccounts
object[]
required
Changes