API Documentation
Last updated
Last updated
We provide a Swagger for the SolutioFi API at
To Make requets to the SolutiFi API Swagger, you need to generate a JWT from the /auth/token
endpoint
First click on the "Authorize" button on the top right and add your API key (provided by SolutioFi Team) then click on "Authorize"
Now add the JWT obtained in the response to the swagger authorization
You can now call all endpoints of the API through the Swagger
Note: When Calling the API outside of the Swagger UI, ApiKeyAuth and the Bearer token will be passed as http headers
Only the call to /auth/token
will need the X-API-key header to retrieve the JWT
Then all requests will just pass the JWT as bearer auth
Then make a request to