# Get tags Retrieve all tags for the authenticated user. Requires API key authentication. Endpoint: GET /api-get-tags Version: 1.1.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `success` (boolean) - `data` (array) - `data.id` (string) - `data.user_id` (string) - `data.name` (string) Example: "VIP" - `data.color` (string) Example: "#FF5733" - `data.created_at` (string) - `data.updated_at` (string) ## Response 401 fields ## Response 500 fields