Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-release-ios-chat-uikit-v5-1-2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The API requests must be authenticated by the CometChat server. To do this you need to generate the apiKeys and use it for making network calls. The following table lists the properties that the APIKey API supports.
ParametersTypeDescription
namestring(mandatory)_ Specifies the name of the apiKey. Maximum length is 50 characters.
scopestring(optional)_ Specifies the scope of the apiKey. Possible values: fullAccess, authOnly.

The authOnly key can be used to create & login users. Recommended to use in client-side code during development. The fullAccess key can be used to perform any CometChat operation usually in your server-side code.
apiKeystringapiKey used for authentication. character length - 40
createdAtintegerUNIX Timestamp indicating the time when the apiKey was created