Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/user/stripe/plan \ --header 'x-access-token: <api-key>'
{ "success": true, "plan": { "id": "<string>", "name": "<string>", "price": 123, "currency": "usd", "interval": "month", "credits": 123 } }
Retrieves the current user’s Stripe subscription plan details
JWT token passed in x-access-token header
Plan retrieved successfully
true
Show child attributes
Was this page helpful?