curl --request PUT \
--url https://api.getfernand.com/organization/chat \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"channel": 12345
}
'{
"secret": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0",
"settings": {
"channel": 12345,
"domains": [
"piedpiper.com",
"piedpiper.dev",
"piedpiper.xyz"
]
}
}curl --request PUT \
--url https://api.getfernand.com/organization/chat \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"channel": 12345
}
'{
"secret": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0",
"settings": {
"channel": 12345,
"domains": [
"piedpiper.com",
"piedpiper.dev",
"piedpiper.xyz"
]
}
}Was this page helpful?