Currently trying to get more familiar with the REST API of CipherTrust. I’m however unable to use JWT tokenization or create a python script with requests to do a API call. It seems that i need to use Curl.
Anyone that can explain the best way to authenticate as i’ve been stuck with the tokenization. I’m not sure how to make good use of it.
I do however understand to sent a API HTTPS call towards the server and get a response. But tokenization isn’t working for me and i’d like to just use it locally if possible in a easy way.
The product states the following:
The REST API is hosted at this base URL: https://{addr}/api/v1 You can use the REST interface via curl, or from the “API playground”.
It seems to me that I’m unable to do just a normal HTTPS request like I’m used to.
Any tips and tricks?