Get an Unmanaged Access Code

Returns a specified unmanaged access code.

You must specify either access_code_id or both device_id and 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

access_code_id String

ID of the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.


code String

Code of the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.


device_id String

ID of the device containing the unmanaged access code that you want to get. You must specify either access_code_id or both device_id and code.


Response

unmanaged_access_code

Last updated

Was this helpful?

Revision created

ci: Generate docs