OAuth2 Client Credentials request for fetching a JavaScript Web Token (JWT), which can then be used for authorization of further requests against the API. After retrieving a JWT, it is a best practice to use the same JWT for all subsequent API calls until it expires, providing resilience against a blip in authentication services.

Language
Authorization
OAuth2
Authenticate
URL
Click Try It! to start a request and see the response here!