Authentication is handled via JWTs. You can retrieve your unique JSON Web Token from your account page in Fusion, which needs to be passed in with every request.
To do this, simply include it in an Authorization header with the “Bearer” key word.Please contact support for help getting started.
This is a fully RESTful API, so prepare for a number of different HTTP status codes.There is also a standard “success” field returned for each request. This boolean value can provide a first check against a response.