v1

latestOpenAPI 3.1.02026-08-06209117239.7 KB
sockets

List integration bindings

Get all integration bindings for a socket

get/api/v1/sockets/{socket_id}/integrations

Path parameters

socket_idstring required

Response

Successful Response

total_countinteger required
socket_idstring required

Example response

{
  "bindings": [
    {
      "access_token_preview": "sk_work_socket_abc123...",
      "auth_config": {
        "plugin_id": "gpt-4-work-assistant"
      },
      "binding_id": "binding_550e8400-e29b-41d4-a716-446655440000",
      "created_at": "2023-04-01T14:30:45.123Z",
      "integration_name": "Work Assistant GPT",
      "integration_type": "gpt_plugin",
      "is_active": true,
      "last_used": "2023-04-01T16:45:10.456Z",
      "permissions": {
        "can_delete": false,
        "can_read": true,
        "can_search": true,
        "can_write": true
      },
      "socket_id": "socket_123456789"
    }
  ]
}