# Get company profile Endpoint: GET /auth/company/profile Version: 1.0.0 Security: apiKeyAuth ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) - `email` (string, required) - `contactEmail` (string,null) - `contactTelegram` (string,null) - `isActive` (boolean, required) - `webhookUrl` (string,null) - `depositForwardAddress` (string,null) TRON address where captured deposits are forwarded after fee is charged ## Response 401 fields (application/json): - `statusCode` (integer) Example: 400 - `message` (any) - `error` (string) Example: "Bad Request"