/users/{userId}

Client API

get

Gets the subscription snapshot of a user

put

Cancel subscription to products

get

Check if the user is allowed to buy packs through a third party payment provider (e.g. google) IAP. Use the http status code + json "errors" field to determine exact cause of failures.

get

Check if the user is allowed to buy packs through amazon IAP. Use the http status code + json "errors" field to determine exact cause of failures.

get

/admin/users/{userId}

Backend-to-backend API

get

Get subscription of a users

post

Add products to subscription

post

Cancel subscription to products

post

Add third-party products to subscription

post

Cancel subscription to third-party products