AlgoPlanner Integration API

  1. Login using the Auth api (POST /api/Auth/login) to get the bearer token
  2. Create new batch (POST /api/Integration/ImportBatch)
  3. Submit data
  4. Execute the import (GET /api/Integration/ImportBatch/{importBatchId}/import)

Not all data is needed in every case, please contact us to discuss what data is needed for your setup.

This documentation is generated using the Swagger/OpenAPI definitions located at:

  • Auth API:
    https://demo.algoplanner.com/swagger/docs/Auth/
  • Integration API:
    https://demo.algoplanner.com/swagger/docs/Integration/

This means you can import those definitions in Swagger Editor and use that to autogenerate the client code for many different languages.