Cloud orchestrator API Authentication failed

Dear All,
A well known things and it was working very well. But now it is not working. I don’t know why.

Case : I try to authenticate the Cloud orchestrator API using the “HTTP Request” activity. But I am getting the error “invalid json” . Some where did some mistake or some thing work. Here I have attached the sample here.
OrchestratorApi.zip (156.4 KB)

I follow the below this document :

https://docs.uipath.com/orchestrator/v0/reference/consuming-cloud-api

Regards
Balamurugan.S

@balupad14

Try with this Json as below

"{
    ""grant_type"": ""refresh_token"",
    ""client_id"": """+strClientID+""",
    ""refresh_token"": """+strRefreshToken+"""
}"

Hope this may help you

Thanks,
Srini

1 Like

Hi. @Srini84 ,

I did the mistake in the quotations.

Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.