I am attempting to add my own API for the program of paylocity.
The documentation can be found here: https://docs.paylocity.com/weblink/guides/Paylocity_Web_Services_API/Paylocity_Web_Services_API.htm#section/Authorization
Where I am lost is that Zapier platform is requiring an authentication url. However, the url on the documentation for the Paylocity API it states that it uses the grant type of “client_credentials”.
I am able to successfully request a access token on Postman but when I enter all the same information on the Zapier platform, the required fields are throwing me off. Postman did not require an authentication url and the API documentation does not give me one.
Any advice?
Thanks