cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/user/subscription \ --header 'X-API-Key: <api-key>'
{ "status": "<string>", "message": "<string>", "amount": 123, "monthly_token": 123, "price_id": "<string>", "recurrence": "<string>", "from": "<string>", "to": "<string>", "card": "<string>", "brand": "<string>", "payment_mode": "<string>", "cancel_at": "<string>", "trial": "<string>" }
Get user subscription status
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
The response is of type object.
object
Was this page helpful?