Returns a list of all .
POST /access_codes/unmanaged/list ⇒ { access_codes: [unmanaged_access_code, …] }
Authentication Methods
Personal access token
Must also include the seam-workspace
header in the request.
To learn more, see .
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
{
JSON representation of unmanaged_access_code
}