Portal
Create private session
Create a private portal session showing only your Keyforge products.
AuthorizationBearer <token>
Your API key.
In: header
emailstring
The email address.
Response Body
application/json
curl -X POST "https://keyforge.dev/api/v1/portal/sessions/private" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'{
"url": "https://keyforge.dev/portal?token=..."
}