{
"access_method": {
"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",
"mode": "code",
"pending_mutations": [
{
"created_at": "2023-11-07T05:31:56Z",
"from": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"message": "<string>",
"mutation_code": "provisioning_access",
"to": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
}
],
"warnings": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>",
"warning_code": "being_deleted"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "<string>",
"is_assignment_required": true,
"is_encoding_required": true,
"is_ready_for_assignment": true,
"is_ready_for_encoding": true
},
"ok": true
}Unmanaged
Get an Unmanaged Access Method
Gets an unmanaged access method (where is_managed = false).
POST
/
access_methods
/
unmanaged
/
get
{
"access_method": {
"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",
"mode": "code",
"pending_mutations": [
{
"created_at": "2023-11-07T05:31:56Z",
"from": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
},
"message": "<string>",
"mutation_code": "provisioning_access",
"to": {
"device_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
}
],
"warnings": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>",
"warning_code": "being_deleted"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"code": "<string>",
"is_assignment_required": true,
"is_encoding_required": true,
"is_ready_for_assignment": true,
"is_ready_for_encoding": true
},
"ok": true
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of unmanaged access method to get.

