SunshineConversationsClient::ApiKey

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the API key, used when signing JWTs or accessing the API using Basic Authentication.[optional]
display_nameStringThe name of the API key.[optional]
secretStringThe secret of the API key, used when signing JWTs or accessing the API using Basic Authentication[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ApiKey.new(
  id: int_5e4b0f225aca01092928f917,
  display_name: null,
  secret: Ck1LjzzlUzvlCTtqAdQ2z1QukuBTrN3TIx
)