GET
/
v1
/
user
/
promo_code
Get Promocode Details
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user/promo_code \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "promo_code": "<string>",
  "allowed_plan": [
    "<string>"
  ],
  "valid_for_days": 123,
  "base_domain_count": 123,
  "scan_tokens": 123
}

Authorizations

X-API-Key
string
header
required

Query Parameters

promo_code
string
required

Promocode to get details for

Response

200
application/json

Example response

The response is of type object.