logoSocialKit
APIPosts

Get a post

Get a post by UUID

Request

  • Method: GET
  • URL: https://app.socialk.it/core/api/<workspaceUuid>/posts/<postUuid>
  • Authorization: Bearer <token>

Response

{
  "id": 1,
  "uuid": "b1b06706-ef95-42b7-8ac8-d648dc9a9d65",
  "status": "published",
  "accounts": [
    {
      "id": 2,
      "uuid": "cfbdc3eb-22cb-4d15-b2a0-63d5fcd5bd92",
      "name": "SocialKit User",
      "username": "socialkitUse7",
      "image": null,
      "provider": "linkedin",
      "data": null,
      "authorized": true,
      "created_at": "2024-03-29 09:49:22",
      "external_url": "https://linkedin.com/feed/update/urn:li:share:43536647554322",
      "errors": []
    },
    {
      "id": 1,
      "uuid": "85347d5e-9724-4cb6-b91c-82d6d6d4e992",
      "name": "SocialKit",
      "username": "getsocialkit",
      "image": "https://example.com/avatar/socialkit.jpg",
      "provider": "facebook_page",
      "data": {
        "suffix": {
          "value": "Page",
          "edited": false
        }
      },
      "authorized": true,
      "created_at": "2024-03-27 11:30:45",
      "external_url": "https://example.com/id",
      "errors": []
    }
  ],
  "versions": [
    {
      "account_id": 0,
      "is_original": true,
      "content": [
        {
          "body": "<div>Optimize your team's social media strategy with SocialKit or launch your SaaS quickly and start generating revenue effortlessly.</div>",
          "media": [
            {
              "id": "2",
              "name": "tea-reduced-file-size.mp4",
              "mime_type": "video/mp4",
              "type": "video",
              "url": "https://app.socialk.it/storage/2576cb55-ab0f-3708-9388-6d03290fcb3f/uploads/03-2024/9LD3AR2JF6MHl79rG7qWxGdEiqzneaOxMcnuw1M7.mp4",
              "thumb_url": "https://app.socialk.it/storage/2576cb55-ab0f-3708-9388-6d03290fcb3f/uploads/03-2024/9LD3AR2JF6MHl79rG7qWxGdEiqzneaOxMcnuw1M7-thumb.jpg",
              "is_video": true,
              "created_at": "2024-03-29 15:33:32"
            }
          ],
          "url": ""
        }
      ],
      "options": {
        "tiktok": {
          "privacy_level": {
            "account-0": null
          },
          "allow_comments": {
            "account-0": false
          },
          "allow_duet": {
            "account-0": false
          },
          "allow_stitch": {
            "account-0": false
          },
          "content_disclosure": {
            "account-0": false
          },
          "brand_organic_toggle": {
            "account-0": false
          },
          "brand_content_toggle": {
            "account-0": false
          }
        },
        "youtube": {
          "title": null,
          "status": "public"
        },
        "linkedin": {
          "visibility": "PUBLIC"
        },
        "mastodon": {
          "sensitive": false
        },
        "instagram": {
          "type": "post"
        },
        "pinterest": {
          "title": null,
          "link": null,
          "boards": {
            "account-0": null
          }
        },
        "facebook_page": {
          "type": "post"
        }
      }
    }
  ],
  "tags": [
    {
      "id": 1,
      "uuid": "2323e1eb-b3a6-4183-990d-4d5afea04835",
      "name": "motivation",
      "hex_color": "#60a5fa"
    }
  ],
  "user": {
    "name": "SocialKit User"
  },
  "scheduled_at": "2024-03-29 09:50:56",
  "published_at": "2024-03-29 09:51:10",
  "created_at": "2024-03-29 09:50:46",
  "trashed": false
}

On this page