Make Your First Request
- 04 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Make Your First Request
- Updated on 04 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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]'
Was this article helpful?