curl "https://api.genlook.app/tryon/v1/account" \ -H "x-api-key: gk_your_api_key"
{ "id": "cm8acc789xyz", "name": "My E-commerce Store", "email": "dev@mystore.com", "creditBalance": 450, "isActive": true, "createdAt": "2026-03-01T12:00:00.000Z" }
Get your account information and credit balance
Was this page helpful?