API Request - Subscription duration

You have a couple of options, albeit the first one may not be the best.

  1. Scan the Chat API for when they resubscribe. You can pull the length from there.
  2. In theory the user->created_at object has the date that the subscription occurred. You could calculate from that. (Getting date someone subscribed)