Skip to main content

Authentication


Bearer Token#

The Novos API authenticates requests using a Bearer Token. QVS will issue your organization a token as part of the integration setup.

This authentication method requires for you to pass a Bearer Token with each request. Here is an example of what a request looks like with a fake Bearer Token.

curl -X PUT https://smartshop.qvssoftware.com/acews/transaction -d @data.json \   -H "Authorization: Bearer eyJ0eXAiOkwNTE0MywiYXVkIjoiTm92b3MiLCJzdWIiOiJWZWV2ZSJ9.5Ht5No-IGU" \   -H "Content-Type: application/json"