API Documentation

We provide a Swagger for the SolutioFi API at https://api.solutiofi.io/docs

Authentication

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"

Then make a request to https://api.solutiofi.io/docs/#/Authentication/post_auth_token

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

Last updated