M2M Application Setup

Setting up an M2M application

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!

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.

:warning: M2M token authentication rate limits

Token authentication is subject to a special rate limit, as calling systems are expected to acquire a token and continue to use it until it expires. If your application attempts to obtain a token for the same app client more than 200 times in an hour, the application will receive a 429 error. User authentication (using a username and password) is not subject to this limit.


What’s Next