This method lets you un-hide hidden prospects, or organizations, making them visible again in the HubSpot portal's UI.
| 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. |
| Organization | &organization=X - Used in the request URL | The organization name to un-hide. Please Note That if the company that you're looking for contains a space in its name, then you need to replace that space with a dash ("-") character. URL encoding the space (replacing with a "%20" will not work and return 404. |
| 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=marriott
The response from this API call are standard REST-style HTTP response codes that mark success or failure, with meta information about the call that was made. There will be no data in the response body.
HTTP Methods:
DELETE
Response Format:
http status
Requires Authentication?
Yes
Rate Limited?
Headers