OAuth Client Credentials
OAuth Client Credentials

OAuth Client Credentials

An OAuth bearer token can be created by providing the client key and client secret. You will find a client key and secret on the App Page of the Zebra Developer Portal. All Zebra Bearer tokens last for one hour but can be refreshed using the previous token. Client Credentials grant type should only be used from a client app’s server, never directly from a client app as this may provide open access to client keys.
To verify, call the API above and get a token. If the token returns with abc123, then enter that in the
Value
field in the
Available Authorizations
dialog and click
Authorize
.