Hello
Quick question: where can I find “MY_WHITE_LABEL_HOSTNAME” to fill the API request below?
Thanks for your quick response.
curl --request POST
–url ‘Answerly - /whitelabel/invite-link’
–header ‘Content-Type: application/json’
–data '{
“APIKey”: “YOUR_API_KEY”,
“hostname”: “YOUR_WHITE_LABEL_HOSTNAME”,
“inviteData”: {
“Chatbot”: “Chatbot-free”,
“FacePop”: “FacePop-free”,
“PopupHero”: “PopupHero-free”,
“WonderForm”: “WonderForm-free”,
“Banner”: “Banner-free”
}
}
Matt