Help with API

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…

Thanks in advance!

@hp321

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

https://www.postman.com/clickup-api/workspace/clickup-public-api/collection/24088335-e26d3542-ac2f-4f82-89ab-2cff14a54e9a?action=share&creator=13973767

And as per documentation…you have a oauth authentication…which again is given completely…just copy same again

Cheers

Hi @hp321,

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.

Thank you for your idea @Sharath_HK,
Can you please elaborate on this feature?
Samples, tutorials etc.
Thank you

Have you done all the free training on academy.uipath.com? For example…

Thanks @postwick ,
We wouldn’t want to use Orchestrator for this task

Then use the HTTP Request activity.