Added

Delete IPs and pagination

Over the last week we have added some new features to the API and Portal as part of our continuous improvements to the cloudnumbering experience.


šŸ‘

Compatible with your current code

Added

Actions now available in the 'Your IPs' page

Actions now available in the 'Your IPs' page

{
  "success": true,
  "result": {
    "entries": []
  },
  "meta": {
    "pagination": {
      "page": 1,
      "perPage": 10,
      "pageCount": 9,
      "total": 10
    },
    "links": {
      "self": "https://api.cloudnumbering.com/v1/numbers?page=1",
      "next": "https://api.cloudnumbering.com/v1/numbers?page=2",
      "prev": null,
      "first": "https://api.cloudnumbering.com/v1/numbers?page=1",
      "last": "https://api.cloudnumbering.com/v1/numbers?page=9"
    }
  }
}

Fixed

  • We have fixed an issue with some refresh tokens not refreshing

Changed

  • Our JWTs (Json Web Tokens) have been extended to expire after 2 hours (rather than 10 minutes)


That's all for now, we'll continue to provide changelogs covering the API and Portal going forward.

Enjoy building!

The cloudnumbering team