Create key
Create a new API key. The key will be emailed to you instantly. Generating a new key deactivates the previous one for that email.
Query Parameters
email- Your email address (required)plan- Plan type: "free" (default) or "developer"
Example
curl -X POST \
"https://govconapi.com/api/v1/keys?email=YOUR_EMAIL&plan=free"
Note: For the Developer plan, use the /api/v1/checkout endpoint to create a Stripe checkout session.