GET/desk/api/v2/inboxes/{id}/status.json

Returns the sync status of the inbox.

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
    Account is a Yoxel account.
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.

Examples

200 OK

Account
{
  "active": true,
  "authExpiresAt": "2024-10-29T11:22:13.762Z",
  "authNativeScopes": [
    "string"
  ],
  "authObtainedAt": "2024-10-29T11:22:13.762Z",
  "authOrgId": "string",
  "authScopes": [
    "string"
  ],
  "authUserId": "string",
  "clientOrgId": "string",
  "daemon": true,
  "email": "string",
  "id": 0,
  "loginString": "string",
  "mailboxAddress": "string",
  "name": "string",
  "name2": "string",
  "parentId": 0,
  "serverUrl": "string",
  "serverUrl2": "string",
  "serviceType": "string",
  "subscriptions": {
    "done": true,
    "offset": 0,
    "records": [
      {
        "active": true,
        "failDescription": "string",
        "failSince": "2024-10-29T11:22:13.762Z",
        "id": 0,
        "notificationUrl": "string",
        "resource": "string"
      }
    ],
    "totalSize": 0
  },
  "timezone": "string",
  "tokenError": "string",
  "tokenIssuedAt": "2024-10-29T11:22:13.762Z",
  "tokenStatus": "string",
  "type": "string",
  "userId": "string"
}