Once you have your API key, send a GET request to ensure everything is ready.
curl --request GET \ --url https://api.klipycrm.com/api/v1/authenticate \ --header 'X-KLIPY-API-KEY: <api-key>'
{ "team_name": "Your_Team_Name" }
Success
The response is of type object.
object