Generating a JWT
WARNING
1.
2.
https://dogbex.ingresso.co.uk/f13/jwt.v1
using your base64 encoded credentials in the Authorization
header.3.
access_token
thats returned in the call and add it to the application apiAuthToken
property. You need to configure this when you create the application. See the getting started guide for an exmaple.Example in Node.js
Modified at 2025-04-15 09:32:10