This article explains how to create and utilize OAuth 2.0 Machine Credentials from Hypercell to access the API using Postman.
Postman is a popular API development platform that helps developers test, build, and modify APIs. It allows users to create and send HTTP requests to web services and examine the responses.
In your Hyperscience instance, create machine credentials by going to Users > Machine Credentials and following the steps in Managing Machine Credentials.

In Postman, create an HTTP request for an API endpoint.
For more information about our API endpoints, see our API documentation.

Under Authorization, select OAuth 2.0.
.png?sv=2026-02-06&spr=https&st=2026-09-05T20%3A26%3A19Z&se=2026-09-05T20%3A37%3A19Z&sr=c&sp=r&sig=2OPpmEtBtJM6VqeiUOdLQWpmR2D1XzcjR%2FqX1Dupapg%3D)
In the Configure New Token section, change Grant Type to Client Credentials.
.png?sv=2026-02-06&spr=https&st=2026-09-05T20%3A26%3A19Z&se=2026-09-05T20%3A37%3A19Z&sr=c&sp=r&sig=2OPpmEtBtJM6VqeiUOdLQWpmR2D1XzcjR%2FqX1Dupapg%3D)
Paste the Client ID and Client Secret from your Hyperscience instance into their respective fields in the Configure New Token section.
In the Access Token URL field, enter the URL of your Hypercell instance followed by
/api/v5/local_identity_provider/oauth2/token(e.g.,https://example.com/api/v5/local_identity_provider/oauth2/token).
(SaaS deployments only) Under Headers, add a header named
HyperscienceLocalIdentityProviderwith a value of1.Click Get New Access Token.
In the Manage Access Tokens dialog box, click Use Token.

Note that a temporary access token (
eyJhbG…) has been populated in the Current Token section of the Postman HTTP request.
Click Send in the upper-right hand corner.
You should see a successful (
200 OK) HTTP response in Postman.