cURL
curl --request POST \ --url https://api.shelv.dev/v1/auth/verify-email \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "email": "jsmith@example.com" } '
{ "apiKey": { "expiresAt": "<string>", "key": "<string>", "prefix": "<string>" }, "user": { "email": "<string>", "id": "<string>", "name": "<string>" } }
Verify your email address with the 6-digit code sent during registration. Returns an API key on success.
6
^\d{6}$
Email verified, API key returned
Show child attributes