Skip to main content
POST
/
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"
    }
  ],
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_identity_id
string<uuid>

ID of the user identity by which you want to filter the list of Instant Keys.

Response

OK

instant_keys
object[]
required
ok
boolean
required