# Get company Retrieves company details. Endpoint: GET /company Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `result` (object) - `result.id` (integer) Example: 1 - `result.uuid` (string) Example: "9aazd3f9-39d9" - `result.contact_number` (string) Example: "+64 021 0000 0000" - `result.name` (string) Example: "Checkmate" - `status` (integer) Example: 200 - `error` (object,null)