Make Your First Request
  • 04 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Make Your First Request

  • Dark
    Light
  • PDF

Article summary

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?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.