curl --request POST \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/gifs-giphy/v1/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{}'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 1.8547508716583252,
"body": {
"data": {
"settings": {
"giphyApiKey": "1q6Re9CYAAfzLZyB8F4eMNX0Pslyv222"
}
}
}
}
}Giphy : Saving the settings for Giphy extensions for the first time
curl --request POST \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/gifs-giphy/v1/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '{}'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 1.8547508716583252,
"body": {
"data": {
"settings": {
"giphyApiKey": "1q6Re9CYAAfzLZyB8F4eMNX0Pslyv222"
}
}
}
}
}For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AppID in which the extension has to be enabled/disabled
Show child attributes
Store Giphy Settings
Show child attributes
Was this page helpful?