Postman
Set up OAuth2.0 with Client Credentials grant type in Postman for authenticating your service via Visma Connect.
In Postman, you can set the authorization method and details either per request or collection. To authenticate your service, perform the following setup:
-
Choose the OAuth2.0 authorization type.
-
Select the Client credentials grant type.
-
Use the following access token URL: https://connect.visma.com/connect/token.
-
Fill in the client ID and the client secret.
-
Enter the scope
business-graphql-service-api:access-group-based
. -
Select Send as Basic Auth header option for Client Authentication.
These settings are shown in the following image:
Tip
You can learn more about about authentication in Postman from its official documentation. See Authorizing requests.