After your application obtains an Access Token, it can use that to make calls to the Visma API resources. To do this, include the Access Token in the request to the API by adding it in the authorization: Bearer HTTP header.
Example:
curl --request GET --url https://api.visma.com/api/resource --header 'accept: application/json' --header 'authorization: Bearer [YOUR_ACCESS_TOKEN]'