This method gives you the list of hidden prospects, or organizations, for a portal.
| Required Parameters | How to use | Description |
|---|---|---|
| HubSpot OAuth Access Token | access_token=X - Used in the request URL | The HubSpot API key for the portal that you're making the call for. |
| Optional Parameters | How to use | Description |
|---|---|---|
| None | None | No optional parameters for this method. |
Example URL: https://api.hubapi.com/prospects/v1/filters?access_token=demooooo-oooo-oooo-oooo-oooooooooooo
[
{
"organization": "",
"createdAt": 1320769730
},
{
"organization": "someorg",
"createdAt": 1322620588
},
{
"organization": "amerisuites",
"createdAt": 1323315431
},
{
"organization": "marriott",
"createdAt": 1323315517
}
]
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers