Hi all!
I’ve got a task to extract a certain Space from www.ClickUp.com via API,then process the Json data in excel. I know I can use Postman for testing etc.
Here is the documentation: Get Started with the ClickUp API…
Any ideas how to achieve this? I’m quite new to this…Authentication,IDs,tutorials…
In the site there is a postman collection…just import it and you would get all the calls handy from there…you need not build also…once ready in postman…same can be copied to http request using curl in postman
you could take the postman collection mentioned by Anil and use UiPath’s integration service to create a custom connector and call the API directly in workflow with ease.