Get an account
Method: GET
URL: https://example.com/<MIXPOST_CORE_PATH>/api/<workspaceUuid>/accounts/<accountUuid>
Authorization: Bearer <token>
Response:
- 200
- 401
- 403
- 404
{
"id": 1,
"uuid": "85347d5e-9724-4cb6-b91c-82d6d6d4e992",
"name": "Mixpost",
"username": "getmixpost",
"image": "https://example.com/avatar/mixpost.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."
}