{
"instant_keys": [
{
"client_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"instant_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"instant_key_url": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customization": {
"logo_url": "<string>",
"primary_color": "<string>",
"secondary_color": "<string>"
},
"customization_profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}Instant Keys
List Instant Keys
Returns a list of all instant keys.
GET
/
instant_keys
/
list
{
"instant_keys": [
{
"client_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"instant_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"instant_key_url": "<string>",
"user_identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customization": {
"logo_url": "<string>",
"primary_color": "<string>",
"secondary_color": "<string>"
},
"customization_profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}Authorizations
api_keypat_with_workspaceconsole_session_with_workspacesupport_read_only_token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the user identity by which you want to filter the list of Instant Keys.
Response
OK
Show child attributes
Show child attributes
Was this page helpful?