Installer.com Docs
API ReferenceAdmin
GET
/api/admin/organizations/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "http://localhost:8000/api/admin/organizations/string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "createdAt": "string",
  "updatedAt": "string",
  "displayId": -2147483648,
  "name": "string",
  "slug": "string",
  "locale": "string",
  "timezone": "string",
  "brandColor": "string",
  "logoFileId": "string",
  "senderId": "string",
  "defaultEmailSenderName": "string",
  "hasAccessToMarketplace": true,
  "hasAccessToAnalytics": true,
  "hasJoinedMarketplace": true,
  "areaOfOperation": "string",
  "integrationOrderAssignmentRoutingOperatorId": "21d69880-b979-4e72-a3c3-f39814a70f06",
  "parentId": "70850378-7d3c-4f45-91b7-942d4dfbbd43",
  "externalId": "string",
  "ownerId": "4d206909-730f-409a-88f6-dcfaa8fc28cc",
  "isMinimal": true,
  "featureAccess": [
    "CREATE_ORDER"
  ],
  "canInstall": true,
  "orderVisibility": "SELF",
  "deletedAt": "2019-08-24",
  "includeInAnalytics": true,
  "organizationLiveAt": "2019-08-24",
  "address": "string",
  "city": "string",
  "postalCode": "string",
  "countryCode": "string",
  "coordinates": {
    "x": 0,
    "y": 0
  },
  "billingEmail": "string",
  "billingAddress": "string",
  "billingCity": "string",
  "billingPostalCode": "string",
  "currencyCode": "str",
  "legalName": "string",
  "legalOrgId": "string",
  "vatNumber": "string",
  "adyenLegalEntityId": "string",
  "adyenAccountHolderId": "string",
  "adyenBalanceAccountId": "string",
  "adyenBusinessLineId": "string",
  "adyenStoreId": "string",
  "migrated": true,
  "adyenTransferInstrumentId": "string",
  "adyenVerificationStatus": {
    "status": "valid",
    "errors": [
      {
        "code": "string",
        "message": "string",
        "type": "invalidInput",
        "capabilities": [
          "string"
        ]
      }
    ],
    "deadlines": [
      {
        "capabilities": [
          "string"
        ],
        "expiresAt": "string"
      }
    ],
    "capabilities": {
      "property1": {
        "name": "string",
        "allowed": true,
        "verificationStatus": "valid",
        "requested": true
      },
      "property2": {
        "name": "string",
        "allowed": true,
        "verificationStatus": "valid",
        "requested": true
      }
    },
    "lastUpdatedAt": "string"
  },
  "adyenCapabilities": [
    "sendToBalanceAccount"
  ],
  "payoutType": "ORDER",
  "installerShareEnabled": true,
  "invoiceSerialNumber": -2147483648,
  "payoutSerialNumber": -2147483648,
  "platformFeePercentage": -2147483648,
  "platformFees": "string",
  "autodispatchWeights": "string",
  "autoCancel": true
}