post https://app.postpuma.com/app/api//posts
Create post
Log in to see full request history
Responses
401Unauthenticated.
403Access forbidden.
404Workspace not found.
422Validation errors
Create post
401Unauthenticated.
403Access forbidden.
404Workspace not found.
422Validation errors
xxxxxxxxxx
curl --request POST \
--url https://app.postpuma.com/app/api/workspaceId/posts \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
103}
{
"id": 0,
"uuid": "string",
"status": "string",
"accounts": [
{
"id": 10,
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"name": "John Doe",
"username": "jondoe123",
"provider": "instagram",
"data": {
"union_id": "string",
"is_private": true,
"duet_disabled": true,
"privacy_levels": [
"string"
],
"stitch_disabled": true,
"comment_disabled": true,
"max_video_post_duration_sec": 0
},
"authorized": true,
"created_at": "2024-03-30T10:00:00.000Z"
}