I need to get data from ADP using the API. But the ADP API authorizes it only with a certificate. So how to get data from the ADP API, which is authenticated with a certificate?

-I need to get data from ADP using the API. But the ADP API authorizes it only with a certificate. So how to get data from the ADP API, which is authenticated with a certificate?
-Plz suggest any useful video or document if any .

-Thank You in Advance.

We would recommend the following:

  • use POSTMAN and explore the ADP Api for the needed tasks and endpoint
  • Port the calls to HTTPRequest Activity:
    grafik

And checkout the different options e.g.
grafik

Whenever the API calls are done within a way we cannot represent with HTTPRequest we can fall back to a custom coding using HTTPClient

1 Like

Hey Annet,

Could you please confirm that you need Authorization token??