Skip to main content
GET
/
admin
/
all
Error
A valid request URL is required to generate request examples
{
  "success": 1,
  "data": [
    {
      "_id": "64a1b2c3d4e5f6a7b8c9d0e1",
      "partner_id": "64a1b2c3d4e5f6a7b8c9d0e2",
      "base_url": "https://octo.example-partner.com",
      "auth_type": "bearer",
      "handles_ticket_delivery": false,
      "isActive": true,
      "isApproved": true,
      "sync": {
        "status": "idle",
        "last_sync_at": "2026-06-23T06:00:00.000Z",
        "last_sync_hash": "a3f8c2...",
        "error_message": null
      },
      "health": {
        "status": "HEALTHY",
        "last_probe_at": "2023-11-07T05:31:56Z",
        "last_success_at": "2023-11-07T05:31:56Z",
        "consecutive_failures": 0,
        "degraded_since": "2023-11-07T05:31:56Z",
        "down_since": "2023-11-07T05:31:56Z"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "totalCount": 7
  }
}

Authorizations

Authorization
string
header
required

JWT issued by Seyaha — include as Authorization: Bearer <token>

Query Parameters

page
integer
Required range: x >= 1
Example:

1

limit
integer
Required range: 1 <= x <= 100
Example:

20

filter
string

MongoDB-style filter JSON (e.g. {"isApproved":false})

sort
string

Sort field (prefix with - for descending, e.g. -createdAt)

Example:

"-createdAt"

Response

List of integrations

success
integer
Example:

1

data
object[]
pagination
object