cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/user/promo_code \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "promo_code": "<string>" }'
{ "message": "<string>" }
Apply promocode
Example response
The response is of type object.
object
Was this page helpful?