Changelog

New updates and improvements to Lago.

API changes - External IDs

We are introducing changes to the API that will make it easier to manage subscriptions:

  • For the creation of new subscriptions, <text-code>subscription_id<text-code> and <text-code>unique_id<text-code> will be removed and replaced with <text-code>external_id<text-code> (required); and
  • For all other endpoints, <text-code>subscription_id<text-code> will be replaced with <text-code>external_subscription_id<text-code>.

This will allow you to operate via the API using your own identifiers and save you the trouble for storing our IDs.

In addition to this, for consistency purposes:

  • For the creation of new customers, <text-code>customer_id<text-code> will be replaced with <text-code>external_id<text-code>; and
  • For all other endpoints, <text-code>customer_id will be replaced with <text-code>external_customer_id<text-code>.

These changes will come into effect on September 8, 2022.

Please get in touch with our team if you have any questions.