Get list of available industries, technologies and regions
Provides a list of all industries and industry categories, technologies and regions searchable by Ocean.io.
GET /v2/data-fields
curl \
-X GET https://api.ocean.io/v2/data-fields?apiToken=string
Response examples (200)
{
"industries": [
{
"industries": [
"Advertising Platforms",
"Biopharma"
],
"industryCategory": "Administrative Services"
}
],
"technologies": [
{
"name": "ChatStack",
"categories": [
"Chat"
]
}
],
"regions": {
"us": [
{
"code": "AL",
"name": "Alabama"
}
]
},
"seniorities": [
"C-Level",
"Manager"
],
"departments": [
"Management",
"Marketing and Advertising"
]
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}