{"openapi":"3.0.0","info":{"title":"PosiLinks API","version":"1.0.0","description":"API para o SaaS PosiLinks - Criador de páginas de links personalizadas","contact":{"name":"PosiLinks Support","email":"support@posilinks.com"}},"servers":[{"url":"http://localhost:3000","description":"Servidor de desenvolvimento"}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"User":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string","format":"email"},"username":{"type":"string"},"displayName":{"type":"string"},"avatar":{"type":"string","nullable":true},"bio":{"type":"string","nullable":true},"plan":{"type":"string","enum":["FREE","PRO","BUSINESS"]},"isActive":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"UserPage":{"type":"object","properties":{"id":{"type":"string"},"userId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string","nullable":true},"banner":{"type":"string","nullable":true},"theme":{"type":"object"},"customDomain":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Link":{"type":"object","properties":{"id":{"type":"string"},"pageId":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"icon":{"type":"string","nullable":true},"isActive":{"type":"boolean"},"order":{"type":"integer"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Analytics":{"type":"object","properties":{"pageViews":{"type":"integer"},"linkClicks":{"type":"integer"},"topLinks":{"type":"array","items":{"type":"object","properties":{"linkId":{"type":"string"},"title":{"type":"string"},"clicks":{"type":"integer"}}}},"viewsByDate":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string","format":"date"},"views":{"type":"integer"}}}}}},"Error":{"type":"object","properties":{"error":{"type":"string"},"message":{"type":"string"},"statusCode":{"type":"integer"}}}}},"security":[{"bearerAuth":[]}],"paths":{},"tags":[]}