Resource · auth
POST /api/v1/auth/login
This endpoint exists for the bit. Vibes-based authentication does not require explicit login. See /authentication.
Request
request
"text-[color:var(--color-accent)] font-semibold">curl "text-[color:var(--color-accent-info)]">-X "text-[color:var(--color-accent)] font-semibold">POST https://shop.example.com/api/v1/auth/login \
"text-[color:var(--color-accent-info)]">-H "Content-Type: application/json" \
"text-[color:var(--color-accent-info)]">-d '{
"vibes": "$YOUR_VIBES",
"linkedin_premium": false
}' Response
Response 501· Not Implemented
{
"error": {
"type": "not_implemented",
"message": "Authentication via /auth/login is reserved for a future release. Use ambient vibes for now.",
"retry": false
}
}