API3
hachonda at August 2nd, 2017 09:22 — #1
How can we use OnePage CRM with PostMan.
I have tried different ways of being authorised by using the headers tab to put
X-OnePageCRM-UID
X-OnePageCRM-Auth
X-OnePageCRM-TS
and set Authorisation to "Basic" with my account Username and Password.
But I keep getting errors.
Possibly because the timestamp changes all the time.
How can we establish a login and make further calls to the API in PostMan?
pawelsmolinski at August 2nd, 2017 09:36 — #2
Hi,
for Basic auth please use your User ID and API key which you will find on API configuration page: https://app.onepagecrm.com/app/api
hachonda at August 2nd, 2017 10:43 — #3
Thanks Pawel..
That did the trick.
I was a bit confused by the header stuff but looks
like the using Basic Auth and using the uid and API key as username and password are working.
Powered by Discourse, best viewed with JavaScript enabled