cURL
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 }
Get promocode details
Promocode to get details for
Example response
The response is of type object.
object
Was this page helpful?