M2M Application Setup
Before starting, be sure to fork the Zus Postman Collection!
Let's start by getting you a M2M application. This will allow your backend system to make requests with a Bearer access token and eliminate the need for a user to manually authenticate!
- Step 1: Follow our M2M application set up tutorial this will generate a clientid and clientsecret that you can use to generate access tokens moving forward.
- Step 2: Follow our M2M access tutorial to obtain an access token.
Follow along!
That's it!
Your access token is valid for 1 hour, when it expires just execute step 2 again to get a fresh token.
You're now able to use that access token to make any API calls to Zus moving forward.
Updated 4 months ago