The subscriber status object
The subscriber status object holds:- Every detail about the customer.
- The collection of their active subscriptions.
- The collection of their awarded benefits.
- The collection of their active meters, along with their current balance.
Get Customer State by External ID
A single endpoint to handle them all, using your own customer identifier.
Get Customer State
The same one, but using the internal Ruba customer identifier.
The customer.state_changed webhook
To stay informed about subscriber status updates, you can subscribe to the customer.state_changed webhook event. It fires whenever:
- A customer is created, modified, or removed.
- A subscription is created or modified.
- A benefit is granted or withdrawn.
customer.state_changed
One webhook to handle them all.