Iru

Iru Integrations API

The Integrations API from Iru — 8 operation(s) for integrations.

Operations 11

GET /api/v1/integrations/apple/ade/public_key/ Download ADE public key
POST /api/v1/integrations/apple/ade/ Create ADE integration
POST /api/v1/integrations/apple/ade/{ade_token_id}/renew Renew ADE integration
PATCH /api/v1/integrations/apple/ade/{ade_token_id} Update ADE integration
GET /api/v1/integrations/apple/ade/{ade_token_id} Get ADE integration
DELETE /api/v1/integrations/apple/ade/{ade_token_id} Delete ADE integration
GET /api/v1/integrations/apple/ade List ADE integrations
GET /api/v1/integrations/apple/ade/{ade_token_id}/devices List devices associated to ADE token
GET /api/v1/integrations/apple/ade/devices List ADE devices
GET /api/v1/integrations/apple/ade/devices/{device_id} Get ADE device
PATCH /api/v1/integrations/apple/ade/devices/{device_id} Update ADE device

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kandji-integrations-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

kandji-integrations-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Iru Endpoint Management Integrations API
  description: "# Welcome to the Iru Endpoint Management API Documentation\n\n**Note:** Kandji is in the process of changing to Iru. Many URLs and notes within this documentation will continue to reference Kandji for some time.\n\nYou can find your API URL in Settings > Access. The API URL will follow the below formats.\n\n- US - `https://SubDomain.api.kandji.io`\n    \n- EU - `https://SubDomain.api.eu.kandji.io`\n    \n\nFor information on how to obtain an API token, please refer to the Iru docs.\n\n[https://docs.iru.com/](https://docs.iru.com/)\n\n#### Rate Limit\n\nThe Iru Endpoint Management API currently has an API rate limit of 10,000 requests per hour per customer.\n\n#### Request Methods\n\nHTTP request methods supported by the API.\n\n| Method | Definition |\n| --- | --- |\n| GET | The `GET` method requests a representation of the specified resource. |\n| POST | The `POST` method submits an entity to the specified resource. |\n| PATCH | The `PATCH` method applies partial modifications to a resource. |\n| DELETE | The `DELETE` method deletes the specified resource. |\n\n#### Response codes\n\nNot all response codes apply to every endpoint.\n\n| Code | Response |\n| --- | --- |\n| 200 | OK |\n| 201 | Created |\n| 204 | No content |\n|  | Typical response when sending the DELETE method. |\n| 400 | Bad Request |\n|  | \"Command already running\" - The command may already be running in a _Pending_ state waiting on the device. |\n|  | \"Command is not allowed for current device\" - The command may not be compatible with the target device. |\n|  | \"JSON parse error - Expecting ',' delimiter: line 3 column 2 (char 65)\" |\n| 401 | Unauthorized |\n|  | This error can occur if the token is incorrect, was revoked, or the token has expired. |\n| 403 | Forbidden |\n|  | The request was understood but cannot be authorized. |\n| 404 | Not found |\n|  | Unable to locate the resource in the Iru tenant. |\n| 415 | Unsupported Media Type |\n|  | The request contains a media type which the server or resource does not support. |\n| 500 | Internal server error |\n| 503 | Service unavailable |\n|  | This error can occur if a file upload is still being processed via the custom apps API. |\n\n#### Data structure\n\nThe API returns all structured responses in JSON schema format.\n\n#### Examples\n\nCode examples using the API can be found in the Iru Endpoint Management support [GitHub](https://github.com/kandji-inc/support/tree/main/api-tools)."
  version: 1.0.0
servers:
- url: https://{subdomain}.api.kandji.io
  description: US Server
  variables:
    subdomain:
      default: your-subdomain
      description: Your Iru Endpoint Management subdomain
- url: https://{subdomain}.api.eu.kandji.io
  description: EU Server
  variables:
    subdomain:
      default: your-subdomain
      description: Your Iru Endpoint Management subdomain
security:
- BearerAuth: []
tags:
- name: Integrations
paths:
  /api/v1/integrations/apple/ade/public_key/:
    get:
      summary: Download ADE public key
      description: This request returns the public key used to create an MDM server connection in Apple Business or Apple School Manager.
      parameters: []
      responses:
        '200':
          description: Successful response - returns the public certificate
          content:
            application/x-x509-ca-cert:
              schema:
                type: string
                format: binary
                example: '-----BEGIN CERTIFICATE-----

                  MIIC7TCCAdWgAwIBAgICANIwDQYJKoZIhvcNAQELBQAwLjEQMA4GA1UEAwwHU0NF

                  UC1DQTELMAkGA1UEBhMCRVUxDTALBgNVBAoMBERUTkIwHhcNMjEwMjI2MTk1MTM1

                  WhcNMzEwMjI0MTk1MTM1WjAxMRMwEQYDVQQDDApLQU5ESkktREVQMQswCQYDVQQG

                  EwJFVTENMAsGA1UECgwERFROQjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC

                  ggEBANsWli9JUD5Q32Gny5G8nfVACBwoYOd0WymsI96xrnguhMKS/zzrlkn4HUCt

                  ...

                  ...

                  ...

                  CSqGSIb3DQEBCwUAA4IBAQBAq91ds1eQxzxUE/vyRUd1D4Sq4kEHLtyumfbAdhxq

                  oFVeQNCcHh4EAdH+D5kCV1KSbhap0WGm10c6rLidMSfcdCmr0IkIcFKCdtW3sAIB

                  bqsM5pF1LULqnYZM25aDFRcy1d+t9en1jsL2ig2lDuIVCLd9Shj88R5NWELwHrar

                  q0Ix5jA1qhQKrFzROXITAJUZOuf7WbOG7foM9Z12rQrfv1yTgLllr4S4qDCQUpGy

                  3Q12WhkYltkdsG6GeoSbwNPxMUwNiDNE1Z3z51dMfzFud/vtB2wv29AIjRMBT4mW

                  HA2a80rO+vlrUn8GR31yTlpazvalccuSuTpIO9VLxweB

                  -----END CERTIFICATE-----'
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      tags:
      - Integrations
  /api/v1/integrations/apple/ade/:
    post:
      summary: Create ADE integration
      description: This request will create a new ADE integration.
      parameters: []
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                blueprint_id:
                  type: string
                  description: The default blueprint ID
                phone:
                  type: string
                  description: Phone number
                email:
                  type: string
                  description: Email address
                file:
                  type: string
                  format: binary
                  description: MDM server token file from Apple Business or Apple School Manager
      responses:
        '200':
          description: Create integration
          content:
            application/json:
              schema:
                type: object
                example:
                  id: 4fbe63a1-6dc3-42e2-80dc-b1b183287463
                  blueprint:
                    id: bf21d9cf-17cf-48b3-890d-7bc27c241bb7
                    name: Default Blueprint
                    icon: ss-files
                    color: aqua-800
                  access_token_expiry: '2023-06-15T00:06:08Z'
                  server_name: stage 2
                  server_uuid: 55251a76-0a79-4a58-b96c-68b25f5cae53
                  admin_id: example@accuhive.io
                  org_name: Accuhive
                  org_email: example@accuhive.io
                  org_phone: +1 (415) 640-4923
                  org_address: 113 W G St,San Diego CA 92101-6096,USA
                  org_type: org
                  stoken_file_name: stage 2_Token_2022-06-15T00-06-08Z_smime.p7m
                  last_device_sync: null
                  defaults:
                    email: example@accuhive.io
                    phone: '123457890'
                  days_left: 364
                  status: SUCCESS
                  status_reason: null
                  status_received_at: null
                  device_counts:
                    total: 0
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      tags:
      - Integrations
  /api/v1/integrations/apple/ade/{ade_token_id}/renew:
    post:
      summary: Renew ADE integration
      description: This request will renew an existing ADE integration.
      parameters:
      - name: ade_token_id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Renew integration
          content:
            application/json:
              schema:
                type: object
                example:
                  id: 6cd195c1-9421-40ce-af5e-35c16cb69cc9
                  blueprint:
                    id: bf21d9cf-17cf-48b3-890d-7bc27c241bb7
                    name: Default Blueprint
                    icon: ss-files
                    color: aqua-800
                  access_token_expiry: '2023-06-14T23:53:04Z'
                  server_name: stage
                  server_uuid: 78e5f9f7-3bfc-46ec-9c67-cbb1f25ceffd
                  admin_id: example@accuhive.io
                  org_name: Accuhive
                  org_email: example@accuhive.io
                  org_phone: +1 (415) 640-4923
                  org_address: 113 W G St,San Diego CA 92101-6096,USA
                  org_type: org
                  stoken_file_name: stage-kandji.io_Token_2022-06-14T23-53-04Z_smime.p7m
                  last_device_sync: '2022-06-14T23:51:00.567593Z'
                  defaults:
                    email: example@accuhive.io
                    phone: '123457890'
                  days_left: 364
                  status: SUCCESS
                  status_reason: null
                  status_received_at: '2022-05-11T18:06:00.461776Z'
                  device_counts:
                    total: 0
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      tags:
      - Integrations
  /api/v1/integrations/apple/ade/{ade_token_id}:
    patch:
      summary: Update ADE integration
      description: This request will update the default blueprint, phone number, and email address in an existing ADE integration.
      parameters:
      - name: ade_token_id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Update integration
          content:
            application/json:
              schema:
                type: object
                example:
                  id: 6cd195c1-9421-40ce-af5e-35c16cb69cc9
                  blueprint:
                    id: bf21d9cf-17cf-48b3-890d-7bc27c241bb7
                    name: Default Blueprint
                    icon: ss-files
                    color: aqua-800
                  access_token_expiry: '2023-06-14T23:53:04Z'
                  server_name: stage
                  server_uuid: 78e5f9f7-3bfc-46ec-9c67-cbb1f25ceffd
                  admin_id: example@accuhive.io
                  org_name: Accuhive
                  org_email: example@accuhive.io
                  org_phone: +1 (415) 640-4923
                  org_address: 113 W G St,San Diego CA 92101-6096,USA
                  org_type: org
                  stoken_file_name: stage-kandji.io_Token_2022-06-14T23-53-04Z_smime.p7m
                  last_device_sync: '2022-06-14T23:51:00.567593Z'
                  defaults:
                    email: example@accuhive.io
                    phone: '123457890'
                  days_left: 364
                  status: SUCCESS
                  status_reason: null
                  status_received_at: '2022-05-11T18:06:00.461776Z'
                  device_counts:
                    total: 0
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      requestBody:
        content:
          application/json:
            schema:
              type: object
              example:
                blueprint_id: bf21d9cf-17cf-48b3-890d-7bc27c241bb7
                phone: '1234567890'
                email: example@accuhive.io
      tags:
      - Integrations
    get:
      summary: Get ADE integration
      description: ''
      parameters:
      - name: ade_token_id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Get integration
          content:
            application/json:
              schema:
                type: object
                example:
                  id: 6aa1b707-57ba-43ed-bed7-3553d77ac3d1
                  blueprint:
                    id: bf21d9cf-17cf-48b3-890d-7bc27c241bb7
                    name: Default Blueprint
                    icon: ss-files
                    color: aqua-800
                  access_token_expiry: '2023-06-15T00:11:57Z'
                  server_name: stage
                  server_uuid: 78e5f9f7-3bfc-46ec-9c67-cbb1f25ceffd
                  admin_id: example@accuhive.io
                  org_name: Accuhive
                  org_email: example@accuhive.io
                  org_phone: +1 (415) 640-4923
                  org_address: 113 W G St,San Diego CA 92101-6096,USA
                  org_type: org
                  stoken_file_name: stage_Token_2022-06-15T00-11-57Z_smime.p7m
                  last_device_sync: '2022-06-15T00:31:00.581170Z'
                  defaults:
                    email: example@accuhive.io
                    phone: '123457890'
                  days_left: 364
                  status: SUCCESS
                  status_reason: null
                  status_received_at: null
                  device_counts:
                    total: 0
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      tags:
      - Integrations
    delete:
      summary: Delete ADE integration
      description: ''
      parameters:
      - name: ade_token_id
        in: path
        required: true
        schema:
          type: string
      responses:
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      tags:
      - Integrations
  /api/v1/integrations/apple/ade:
    get:
      summary: List ADE integrations
      description: This request returns a list of configured ADE integrations.
      parameters: []
      responses:
        '200':
          description: List integrations
          content:
            application/json:
              schema:
                type: object
                example:
                  count: 2
                  next: null
                  previous: null
                  results:
                  - id: 1411be7d-5e91-439f-8d93-2f5667c60d42
                    blueprint:
                      id: 97e4e175-1631-43f6-a02b-33fd1c748ab8
                      name: accuhive_default
                      icon: ss-files
                      color: aqua-800
                    access_token_expiry: '2023-03-11T04:41:43Z'
                    server_name: accuhive.kandji.io
                    server_uuid: e0067508-4df3-4c0a-87c1-bd4ca5934b0b
                    admin_id: admin@accuhive.io
                    org_name: accuhive
                    org_email: admin@accuhive.io
                    org_phone: +1 (415) 640-4923
                    org_address: 113 W G St,San Diego CA 92101-6096,USA
                    org_type: org
                    stoken_file_name: accuhive.kandji.io_Token_2022-03-11T04-41-43Z_smime.p7m
                    last_device_sync: '2022-07-18T15:56:34.567587Z'
                    defaults:
                      email: admin@accuhive.io
                      phone: '1234567890'
                    days_left: 235
                    status: SUCCESS
                    status_reason: null
                    status_received_at: '2022-05-11T18:07:48.349490Z'
                    device_counts:
                      Mac: 12
                      iPad: 1
                      iPhone: 1
                      AppleTV: 1
                      total: 15
                  - id: bb7ad458-9d51-4652-a988-4b13cf8d61f4
                    blueprint:
                      id: 97e4e175-1631-43f6-a02b-33fd1c748ab8
                      name: accuhive_default
                      icon: ss-files
                      color: aqua-800
                    access_token_expiry: '2023-03-11T19:22:18Z'
                    server_name: accuhive.kandji.io-2
                    server_uuid: 0d7fda7f-19a7-4ddf-992b-89dbcd2d9dab
                    admin_id: admin@accuhive.io
                    org_name: accuhive
                    org_email: admin@accuhive.io
                    org_phone: +1 (415) 640-4923
                    org_address: 113 W G St,San Diego CA 92101-6096,USA
                    org_type: org
                    stoken_file_name: accuhive.kandji.io-2_Token_2022-03-11T19-22-18Z_smime.p7m
                    last_device_sync: '2022-04-27T18:51:30.560318Z'
                    defaults:
                      email: admin@accuhive.io
                      phone: '1234567890'
                    days_left: 236
                    status: BROKEN
                    status_reason: FORBIDDEN
                    status_received_at: '2022-07-18T16:01:27.232090Z'
                    device_counts:
                      total: 0
        '400':
          description: Bad Request
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Bad Request
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Unauthorized
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Not Found
      tags:
      - Integrations
  /api/v1/integrations/apple/ade/{ade_token_id}/devices:
    get:
      summary: List devices associated to ADE token
      description: This request returns a list of devices associated with a specified ade_token_id as well as their enrollment status.
      parameters:
      - name: ade_token_id
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: List associated devices - null mdm_device
          content:
            application/json:
              schema:
                type: object
                example:
                  count: 498
                  next: https://accuhive.kandji.io/api/v1/integrations/apple/ade/119a9ad6-d6ee-460f-af11-36595c25ad68/devices/?page=2
                  previous: null
                  results:
                  - blueprint:
                      id: 70ab3d4e-1298-41a5-a2a7-b04abf804578
                      name: EMPTY_DONT_ADD_STUFF
                      icon: ss-attach
                      color: orange-300
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 0e5dceab-9389-4b4d-87a2-691de4ca2e73
                      server_name: API Testing
                    asset_tag: ''
                    color: SILVER
                    description: MBA 13.3 SLV/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-14T23:58:41Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-14T23:23:21Z'
                    profile_push_time: '2022-06-14T23:58:41Z'
                    profile_status: pushed
                    serial_number: FVFXXXB3QXXX
                    id: 80b43bbc-b283-4c70-aef3-4d34e340293e
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-14T23:23:21.701712Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:09:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:09:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: PZ5ZZIR186S8
                    id: 9a7628c8-59ac-41cf-8596-bf07f589a0c7
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:09:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:10:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:10:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: UQJOE6U9I36Q
                    id: 03dba3c6-624c-4d01-9755-3b4ba9565f3f
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:10:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:11:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:11:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: XBKIJXO3X14O
                    id: 3973b56d-db7d-4771-8289-0602d84f8f11
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:11:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:12:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:12:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: TZ2QFWBGKWJM
                    id: 5f5fc661-ec2a-4ab6-8663-4449eda6dfd4
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:12:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:09:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:09:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: B60I6IOYAIKO
                    id: f17461fd-d428-4194-99ff-c91e476b2c07
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:09:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:09:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:09:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: VDVCKYCVYNEV
                    id: 2920149b-8ea9-4b6f-8cc2-e3f5ac8ff28c
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:09:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
                      server_name: API Testing
                    asset_tag: null
                    color: GOLD
                    description: MBA 13.3 GLD/8C CPU/7C GPU/8GB/256GB-USA
                    device_assigned_by: example@accuhive.io
                    device_assigned_date: '2022-06-30T19:09:51Z'
                    device_family: Mac
                    model: MacBook Air
                    os: OSX
                    profile_assign_time: '2022-06-30T19:09:56Z'
                    profile_push_time: null
                    profile_status: assigned
                    serial_number: WSUOWXKBLFQN
                    id: 063044b4-0c4b-4540-8308-8df7bf5767ce
                    last_assignment_status: SUCCESS
                    failed_assignment_attempts: 0
                    assignment_status_received_at: '2022-06-30T19:09:58.070000Z'
                  - blueprint:
                      id: b38787e4-401c-4c4b-86dc-f1cca2072531
                      name: auto_app_testing
                      icon: ss-paintdisabled
                      color: aqua-500
                    mdm_device: null
                    user: null
                    dep_account:
                      id: 119a9ad6-d6ee-460f-af11-36595c25ad68
   

# --- truncated at 32 KB (64 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/kandji/refs/heads/main/openapi/kandji-integrations-api-openapi.yml