curl --request GET \
--url https://revive-api-v2-production.herokuapp.com/v2/payments/reno/user-subscription \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://revive-api-v2-production.herokuapp.com/v2/payments/reno/user-subscription \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Was this page helpful?