Skip to main content
POST
/
v2.1
/
organizations
/
lookup
Lookup organizations
curl --request POST \
  --url https://api.uat.frankie.one/v2.1/organizations/lookup \
  --header 'Content-Type: application/json' \
  --header 'X-Frankie-CustomerID: <x-frankie-customerid>' \
  --header 'api_key: <api-key>' \
  --data '
{
  "region": {
    "country": "<string>",
    "subdivision": "<string>"
  },
  "organizationName": "<string>",
  "organizationNumber": {
    "registrationNumber": "<string>",
    "registryCode": "<string>"
  }
}
'
{
  "requestId": "01J949482NZT359YHTT07X6GBT",
  "matchedOrganizations": [
    {
      "addresses": [
        {
          "addressId": "b39ec506-712e-47b6-a0f5-50d9e5fb34e9",
          "sourceId": "d37e3af7-8c3b-48c7-8d50-3ec07d4375f9",
          "type": "BUSINESS",
          "validFrom": {
            "year": "2006",
            "month": "08",
            "day": "07",
            "unstructured": "2006-08-07"
          },
          "unitNumber": "LEVEL 1",
          "streetName": "141 BROADWAY",
          "locality": "NEDLANDS",
          "country": "AUS",
          "postalCode": "6009"
        }
      ],
      "registrationDetails": [
        {
          "registry": "ABR",
          "registryDescription": {
            "code": "ABR",
            "description": "Australian Business Register"
          },
          "class": {
            "code": "LMSH",
            "description": "Limited By Shares",
            "sourceId": "d37e3af7-8c3b-48c7-8d50-3ec07d4375f9"
          },
          "status": {
            "normalized": {
              "code": "ACTV",
              "description": "ACTIVE"
            },
            "unstructured": {
              "code": "REGD",
              "description": "Registered"
            },
            "sourceId": "d37e3af7-8c3b-48c7-8d50-3ec07d4375f9"
          },
          "isCurrent": true,
          "registeredName": "INSURANCE AUSTRALIA LIMITED",
          "registeredNameDetails": {
            "validFrom": {
              "year": "2006",
              "month": "08",
              "day": "07",
              "unstructured": "2006-08-07",
              "normalized": "2006-08-07"
            },
            "validTo": {
              "year": "2006",
              "month": "08",
              "day": "07",
              "unstructured": "2006-08-07",
              "normalized": "2006-08-07"
            }
          },
          "registeredDate": {
            "year": "2006",
            "month": "08",
            "day": "07",
            "unstructured": "2006-08-07",
            "normalized": "2006-08-07"
          },
          "extractedDate": {
            "year": "2006",
            "month": "08",
            "day": "07",
            "unstructured": "2006-08-07",
            "normalized": "2006-08-07"
          },
          "registrationNumber": "11000016722",
          "registrationNumberType": "ABN",
          "registrationNumberDescription": "Australian Business Number",
          "updatedDate": {
            "year": "2006",
            "month": "08",
            "day": "07",
            "unstructured": "2006-08-07",
            "normalized": "2006-08-07"
          }
        }
      ],
      "organizationToken": "string",
      "country": "string",
      "subdivision": "string"
    }
  ],
  "queryDetails": {
    "organizationName": "INSURANCE AUSTRALIA LIMITED",
    "organizationNumber": {
      "registrationNumber": "11000016722",
      "registryCode": "ABN"
    },
    "region": {
      "country": "AUS"
    }
  }
}

Authorizations

api_key
string
header
required

Headers

api_key
string
required

Your API key provided by FrankieOne

Example:

"245c765b124a098d09ef8765...."

X-Frankie-CustomerID
string
required

Your Customer ID provided by FrankieOne

Example:

"12345678-1234-1234-1234-123456789012"

X-Frankie-CustomerChildID
string

Your Customer Child ID provided by FrankieOne

Example:

"87654321-4321-4321-4321-210987654321"

X-Frankie-Channel
string

Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.

Body

application/json

An organization name or a number needs to be provided with region information to lookup in the specific jurisidiction.

Contains the criteria used to lookup for organizations.

region
object
required
organizationName
string

The name of the organization that we are looking up for

organizationNumber
object

Response

OK

requestId
string
required

The unique request identifier for the API call made.

Example:

"01HN9XHZN6MGXM9JXG50K59Q85"

matchedOrganizations
object[]
required

An array of organizations matching the provided lookup criteria

queryDetails
object
required

Contains the criteria used to lookup for organizations.