Skip to main content

IdentifierTypes

data object[]required

Array of available identifier types

  • Array [
  • idintegerrequired

    Internal ID of the identifier type

    Example: 31
    namestringrequired

    Full name of the identifier type

    Example: Business License Number
    keystringrequired

    Short key for the identifier type

    Example: BLN
    uniquebooleanrequired

    Whether the identifier value must be unique across organizations

    Example: true
  • ]
  • IdentifierTypes
    {
    "data": [
    {
    "id": 60,
    "name": "OSH (Open Supply Hub) ID",
    "key": "OSH ID",
    "unique": true
    },
    {
    "id": 31,
    "name": "Business License Number",
    "key": "BLN",
    "unique": true
    }
    ]
    }