Clients

List Clients

get/clients

Query parameters

limitinteger

Limit Clients returned

page_cursorstring

Next/Prev page cursor

namestring

Filter to Clients with this exact name

firezone_idstring

Filter to the Client with this exact Firezone ID

Response

Client Response

Example response

{
  "data": [
    {
      "actor_id": "6ecc106b-75c1-48a5-846c-14782180c1ff",
      "created_at": "2025-01-01T00:00:00Z",
      "device_serial": "GCCFX0DBQ6L5",
      "device_uuid": "7A461FF9-0BE2-64A9-A418-539D9A21827B",
      "firebase_installation_id": null,
      "firezone_id": "b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c",
      "hostname": "johns-macbook.example.com",
      "id": "42a7f82f-831a-4a9d-8f17-c66c2bb6e205",
      "identifier_for_vendor": null,
      "ipv4": "100.64.0.1",
      "ipv6": "fd00:2021:1111::1",
      "last_attested_cert_fingerprint": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08",
      "last_attested_cert_serial": "4A:2F:00:8C:11:03:9E:5B",
      "last_attested_device_serial": "GCCFX0DBQ6L5",
      "last_attested_device_uuid": "7A461FF9-0BE2-64A9-A418-539D9A21827B",
      "last_attested_mdm_device_id": "5f2e7b7a-9d54-4bd2-9d4f-8f6c2a01f9d3",
      "name": "John's Macbook Air",
      "online": true,
      "updated_at": "2025-01-01T00:00:00Z",
      "verified_at": "2025-01-01T00:00:00Z"
    },
    {
      "actor_id": "2ecc106b-75c1-48a5-846c-14782180c1ff",
      "created_at": "2025-01-01T00:00:00Z",
      "device_serial": null,
      "device_uuid": null,
      "firebase_installation_id": null,
      "firezone_id": "6c37c0042f40bbb16e007d0d6c8e77c0ac2cab3cc3b923c42d1157a934e436ac",
      "hostname": null,
      "id": "9a7f82f-831a-4a9d-8f17-c66c2bb6e205",
      "identifier_for_vendor": "7A461FF9-0BE2-64A9-A418-539D9A21827B",
      "ipv4": "100.64.0.2",
      "ipv6": "fd00:2021:1111::2",
      "last_attested_at": null,
      "last_attested_cert_fingerprint": null,
      "last_attested_cert_serial": null,
      "last_attested_device_serial": null,
      "last_attested_device_uuid": null,
      "last_attested_mdm_device_id": null,
      "name": "iPad",
      "online": false,
      "updated_at": "2025-01-01T00:00:00Z",
      "verified_at": null
    }
  ],
  "metadata": {
    "limit": 2,
    "next_page": "98776234123",
    "prev_page": "123123425",
    "total": 100
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.