I am trying to setup my first test bot in kik messanger , tried the following steps
Please advise, how do i test if i am using rest api's to interact with the Bot (Rest API's are developed based on the api reference guide).
Any help here is highly appreciated.
Thank you
Make a GET request to https://api.kik.com/v1/config with your bot username and API key and check that webhook
is set.
If it is, I would suggest checking that you are talking to the right bot, and use the right bot username/API key when you call the APIs.