Skip to main content
POST
/
access_methods
/
unmanaged
/
list
{
  "access_methods": [
    {
      "access_method_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "display_name": "<string>",
      "is_issued": true,
      "issued_at": "2023-11-07T05:31:56Z",
      "pending_mutations": [
        {
          "created_at": "2023-11-07T05:31:56Z",
          "from": {
            "device_ids": [
              "3c90c3cc-0d44-4b50-8888-8dd25736052a"
            ]
          },
          "message": "<string>",
          "to": {
            "device_ids": [
              "3c90c3cc-0d44-4b50-8888-8dd25736052a"
            ]
          }
        }
      ],
      "warnings": [
        {
          "created_at": "2023-11-07T05:31:56Z",
          "message": "<string>"
        }
      ],
      "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "code": "<string>",
      "is_encoding_required": true,
      "is_ready_for_encoding": true
    }
  ],
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
access_grant_id
string<uuid>
required

ID of Access Grant to list unmanaged access methods for.

acs_entrance_id
string<uuid>

ID of the entrance for which you want to retrieve all unmanaged access methods.

device_id
string<uuid>

ID of the device for which you want to retrieve all unmanaged access methods.

space_id
string<uuid>

ID of the space for which you want to retrieve all unmanaged access methods.

Response

OK

access_methods
object[]
required
ok
boolean
required