logoSocialKit
APIAccounts

Get an account

Retrieve a specific account by UUID.

Request

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

Response

{
  "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"
}
{
  "message": "Unauthenticated."
}
{
  "message": "Access forbidden."
}
{
  "message": "Workspace not found."
}
{
  "message": "Account not found."
}

On this page