Authentication

For authenicating an api usee, we're using a Bearer Token. You can request one by contacting us.

Bearer Token

Add your Bearer Token to every request to our API.

Request with bearer token

curl https://api.dizoss.nl/v2 \
  -H "Authorization: Bearer {token}"