v2
latestOpenAPI 3.1.02026-07-2626156230.6 KBOther
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
apiTokenstring nullable
Headers
x-api-tokenstring nullable
Response
Successful Response
Example response
{
"industries": [
{
"industries": [
"Advertising Platforms",
"Biopharma"
],
"industryCategory": "Administrative Services"
}
],
"linkedinIndustries": [
"Accounting",
"Airlines/Aviation",
"Alternative Dispute Resolution"
],
"technologies": [
{
"name": "ChatStack",
"categories": [
"Chat"
]
}
],
"regions": {
"nl": [
{
"code": "NH",
"englishName": "North Holland",
"localName": "Noord-Holland"
}
]
},
"seniorities": [
"C-Level",
"Manager"
],
"departments": [
"Management",
"Marketing and Advertising"
]
}