curl -X POST https://api.dotlookup.dev/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
{
"id": 1,
"email": "you@example.com",
"name": "Jane Doe",
"company": "Acme Logistics",
"api_key": "dl_a1b2c3d4e5f6...",
"tier": "default",
"rate_limit": 100,
"is_active": true,
"created_at": "2025-03-20T14:30:00Z"
}
Retrieve your account and API key by email
curl -X POST https://api.dotlookup.dev/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
{
"id": 1,
"email": "you@example.com",
"name": "Jane Doe",
"company": "Acme Logistics",
"api_key": "dl_a1b2c3d4e5f6...",
"tier": "default",
"rate_limit": 100,
"is_active": true,
"created_at": "2025-03-20T14:30:00Z"
}
curl -X POST https://api.dotlookup.dev/v1/auth/login \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
{
"id": 1,
"email": "you@example.com",
"name": "Jane Doe",
"company": "Acme Logistics",
"api_key": "dl_a1b2c3d4e5f6...",
"tier": "default",
"rate_limit": 100,
"is_active": true,
"created_at": "2025-03-20T14:30:00Z"
}