Prospects API Methods

Un-Hide Hidden Prospects

DELETE  /prospects/v1/filters

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.

  • 204 No Content - when a setting is created or updated
  • 401 - When an unauthorized request is made
  • 500 - When an internal server error occurs