Authentication
For accesing the Cliengo API you'll need an user apiKey.
You can get your apiKey by accessing to your Account -> Integrations -> API
You can also obtain a JWT after you've got an api key sending a request to 1.0/jwt with the key as a parameter:
curl 'https://api.cliengo.com/1.0/jwt?api_key=your_api_key'
Please take a look at the Authentication API reference for more info.
Updated over 4 years ago