Client Credentials Flow
The Client Credentials flow is used in server-to-server authentication. It lets your application trade client credentials for a short term access token that can be used in NextZen CSV Integration API requests.
The following diagram shows how the Client Credentials Flow works:
You obtain your client credentials by creating an OAuth Client from the Developers
page of your NextZen organization app.
The following NextZen Auth request will return an access token for subsequent use in NextZen CSV Integration requests.
POST
https://helping-hands.portals.wizehive.app/auth/token
Content-Type | application/x-www-form-urlencoded |
---|
Previous
Authentication
Next
- Exchange Format
Sparse CSV Format