# Retrieve organisation by id Fetch a specific organisation by its unique identifier. The response includes details such as the name, other details. This endpoint is useful for retrieving detailed information about a specific cost centre. Endpoint: GET /api/v3/organisations/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `id` (integer) - `account` (object) Finance account details - `account.id` (integer) Unique identifier of the finance account - `account.accountCode` (string) Account code of the finance account - `account.contact` (object) The primary correspondence contact of the company - `account.contact.id` (integer) Unique identifier of the contact - `account.contact.firstName` (string) First name of the contact - `account.contact.lastName` (string) Last name of the contact - `account.company` (object) Company summary associated with the finance account - `account.company.id` (integer) Unique identifier of the company - `account.company.companyName` (string) Name of the company - `account.externalId` (string) External identifier of the finance account - `account.exportedDate` (string) Date when the finance account was exported - `account.exportStatus` (string) Export status of the finance account Enum: "SKIPPED", "CREATED", "PENDING", "SENT", "EXPORTED", "FAILED", "IMPORTED" - `stripeDetails` (object) Data Transfer Object representing Stripe configuration details - `stripeDetails.publishKey` (string) - `stripeDetails.secretKey` (string) - `stripeDetails.connectedId` (string) - `stripeDetails.connectedPercentage` (number) - `sagepayDetails` (object) - `sagepayDetails.spStoreTokens` (boolean) - `sagepayDetails.spUrl` (string) - `sagepayDetails.spVendor` (string) - `sagepayDetails.spThreeDSecureUrl` (string) - `sagepayDetails.spThreeDSecureCallBackUrl` (string) - `sagepayDetails.spThreeDSecureEInvoiceCallBackUrl` (string) - `xeroDetails` (object) - `xeroDetails.consumerKey` (string) - `xeroDetails.consumerSecret` (string) - `xeroDetails.pem` (string) - `xeroDetails.tenantId` (string) - `xeroDetails.cutoffDate` (string) - `xeroDetails.financeAccountPrefix` (string) - `xeroDetails.invoicePrefix` (string) - `xeroDetails.creditNotePrefix` (string) - `xeroDetails.purchaseInvoicePrefix` (string) - `xeroDetails.purchaseCreditNotePrefix` (string) - `xeroDetails.trackingCategoryId` (string) - `xeroDetails.trackingCategoryName` (string) - `xeroDetails.accountCodeLookup` (boolean) - `xeroDetails.organisationShortCode` (string) - `defaultOrganisation` (boolean) - `name` (string) - `currency` (object) The currency of the organisation - `currency.id` (integer) Unique identifier of the currency - `currency.name` (string) Name of the currency - `currency.description` (string) Description of the currency - `currency.symbol` (string) Symbol of the currency - `currency.exchangeRate` (number) Exchange rate of the currency - `currency.baseRate` (number) Base rate of the currency - `currency.unit` (string) Unit of the currency - `currency.autoUpdate` (boolean) Indicates if the currency is auto-updated - `currency.primaryCurrency` (boolean) Indicates if this is the primary currency - `currency.htmlSafeSymbol` (string) HTML safe symbol of the currency - `saltoRegisterEmailAddress` (boolean) - `separateInvoiceLedgers` (boolean) - `goCardlessBankNominalCode` (object) Nominal code details - `goCardlessBankNominalCode.id` (integer) The unique identifier of the nominal code - `goCardlessBankNominalCode.code` (string) The code of the nominal code - `goCardlessBankNominalCode.description` (string) The description of the nominal code - `goCardlessBankNominalCode.type` (string) The type of the nominal code Enum: "BANK", "CARD", "OWNER_LIABILITY", "PURCHASE", "SALES" - `goCardlessBankNominalCode.accountType` (string) The account type of the nominal code - `stripeBacsBankNominalCode` (object) Nominal code details - `goCardlessAccessToken` (string) - `goCardlessWebhookSecret` (string) - `uuid` (string) - `country` (object) Data Transfer Object representing a Country entity in the Property Management System (PMS). - `country.id` (integer) Unique identifier of the country - `country.name` (string, required) Name of the country - `country.sortOrder` (integer, required) Sort order of the country - `country.countryCodeAlpha2` (string, required) Alpha-2 country code - `country.countryCodeAlpha3` (string, required) Alpha-3 country code - `country.countryCodeNumeric` (string, required) Numeric country code