List Unmanaged Access Codes

Returns a list of all unmanaged access codes.

POST /access_codes/unmanaged/list β‡’ { access_codes: [unmanaged_access_code, …] }
Authentication Methods
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

device_id String (Required)

ID of the device for which you want to list unmanaged access codes.


user_identifier_key String

Your user ID for the user by which to filter unmanaged access codes.


Response

Array of unmanaged_access_codes

{
  JSON representation of unmanaged_access_code
}

Last updated

Was this helpful?

Revision created

ci: Generate docs