{
"access_grant": {
"access_grant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"ends_at": "2023-11-07T05:31:56Z",
"errors": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>"
}
],
"location_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"name": "<string>",
"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"
],
"common_code_key": "<string>"
}
}
],
"requested_access_methods": [
{
"created_access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"code": "<string>",
"instant_key_max_use_count": 2
}
],
"space_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"starts_at": "2023-11-07T05:31:56Z",
"warnings": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reservation_key": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"ok": true
}Unmanaged
Get an Unmanaged Access Grant
Get an unmanaged Access Grant (where is_managed = false).
POST
/
access_grants
/
unmanaged
/
get
{
"access_grant": {
"access_grant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"ends_at": "2023-11-07T05:31:56Z",
"errors": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>"
}
],
"location_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"name": "<string>",
"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"
],
"common_code_key": "<string>"
}
}
],
"requested_access_methods": [
{
"created_access_method_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"created_at": "2023-11-07T05:31:56Z",
"display_name": "<string>",
"code": "<string>",
"instant_key_max_use_count": 2
}
],
"space_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"starts_at": "2023-11-07T05:31:56Z",
"warnings": [
{
"created_at": "2023-11-07T05:31:56Z",
"message": "<string>"
}
],
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reservation_key": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"ok": true
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of unmanaged Access Grant to get.
⌘I

