cURL
curl --request POST \ --url https://vulnix0.com/api/v1/invite \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "email": "[email protected]" } '
{ "message": "User invited successfully. A magic login link has been sent to their email." }
Invites a new user to the platform.
A unique API Key.
Email address of the user to invite
"[email protected]"
User invited successfully
"User invited successfully. A magic login link has been sent to their email."