This endpoint allows you to get all Meta Data.
Data Types
Response Object
Field name | Type | Description |
---|---|---|
TBD | ||
Success | bool | Indicates whether a request was successful (true) or not (false) |
Message | string | Error message if success is false |
Request/Response
HTTP Request
GET https://sentry.bombora.com/v2/Surge/GetMetaData
HTTP Request Header
Authorization: Basic {AUTH_KEY}
Referer: bombora.com
HTTP Response
If successful, the response contains all Company Sizes, all Industries, and all Metros.
{
TBD
"Success":true,
"Message":null
}