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 GraphQL 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 GraphQL API requests.
POST
https://helping-hands.portals.wizehive.app/auth/token
| Content-Type | application/x-www-form-urlencoded |
|---|
Previous
Elevated Access Requests
Next
- Webhooks
Webhooks
