See PA-14782
-
Accept Shea's invitation to the Pow team
shea-team
-
Use 'Advanced' options to ignore the SSL certificate problems, so you can access the website
-
Ensure you can log in to the web view with a password
(For steps 4-6, make reference to the guide on How to call API directly)
-
In the HTTP client (probably Postman), disable SSL certificate checking
-
Use your HTTP client to authenticate to:
[POST] https://api.pow.sera-dev.co/api/auth
-
Grab the authentication token to make a 'GET' request to
https://api.pow.sera-dev.co/api/documents/cafa97c0-b1db-4f10-84ea-632b1414f1f9/info
You should see something like:
{"id":"cafa97c0-b1db-4f10-84ea-632b1414f1f9","isPending":false,"md5Checksum":"e6dc796c46fc3d18a3df1daf62bd1bd0","mimeType":"text/plain","name":"some-document.txt","size":44,"teamId":"9637ab3c-915e-4e4c-9c2e-a750b5d11b8c"}
I can assist, if you run into difficulties.