Change log

September 24 2024

  • New subscription values that indicate whether a subscription has been canceled, cancelled and cancel_date.

  • Discrepancies in Swagger documentation has been fixed according to responses from the web service.

September 3 2024

  • Ranking made possible in the endpoint /api/subscriptions.

April 18 2024

  • New endpoint /api/webhooks/ which allows users to create and work with web-hooks that can send notifications about events that happen within Áskell.

February 28 2024

  • New endpoint /api/hello/ that confirms that the web-service works and can be used for testing.

  • amount and discount can now be used as optional variables when a subscription is added to a customer within /api/customers/{reference}/subscriptions/add/

January 5 2024

  • Swagger documentation fixed. GET added to individual payments on the URL https://askell.is/api/payments/{uuid}/.

December 7 2023

  • Users can limit the output that the subscription export delivers by adding the variable ?type=light to the URL. By doing this less data is extracted about the customer and transaction history and is better when exporting a large list of subscriptions for handling. More data can then be extracted on individual subscriptions if needed.

December 2 2023

  • New option has been added when a data on subscriptions or customers is exported. Users can now add the variable ?type=light to the URL to get 100 lines at a time. By doing this the output changes from being a list of transactions to being a list of transactions as results, amount of transactions as count and links to the next and previous page as next og previous. The maximum output is 1000 lines per page.