Other

Get data fields

Provides a list of all industries and industry categories, technologies and regions searchable by Ocean.io.

Calling this endpoint does not consume any credits.

GET
/v2/data-fields

Query Parameters

apiToken?string | null

Header Parameters

x-api-token?string | null

Response Body

curl -X GET "https://api.ocean.io/v2/data-fields?apiToken=string" \
  -H "x-api-token: string"
{
  "industries": [
    {
      "industries": [
        "Advertising Platforms",
        "Biopharma"
      ],
      "industryCategory": "Administrative Services"
    }
  ],
  "linkedinIndustries": [
    "Accounting",
    "Airlines/Aviation",
    "Alternative Dispute Resolution"
  ],
  "technologies": {
    "categories": [
      "Chat"
    ],
    "name": "ChatStack"
  },
  "regions": {
    "nl": [
      {
        "code": "NH",
        "englishName": "North Holland",
        "localName": "Noord-Holland"
      }
    ]
  },
  "seniorities": [
    "C-Level",
    "Manager"
  ],
  "departments": [
    "Management",
    "Marketing and Advertising"
  ]
}
{
  "detail": "Conflicting API tokens provided in query parameters and headers"
}
{
  "detail": "Insufficient email credits"
}
{
  "detail": "API token should be provided in headers or query parameters"
}
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}