GET
/
v1
/
user
/
subscription
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>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Response

200
application/json

OK

The response is of type object.