pocdb API Class¶
The API class can be found in the models module: pocdb.models.api.API. This class will be your main interaction with the pocdb-py SDK and the pocdb.com platform.
Please see below for auto documentation generated for this class.
-
class
pocdb.models.api.API(email: str, password: str, host: str = 'https://pocdb.com', api_version: str = 'v1', verify_cert=True)¶ -
pocs(region: [<class 'str'>]) → List[str]¶ Parameters: region – pocdb org region or list of regions to retrieve pocs/opportutnies for Returns: array of poc objects
-
pocs_by_product(product: [<class 'str'>], region: str = 'all', hide_outcomes=True) → List[str]¶ Parameters: - product –
- region –
Returns:
-
salesreps() → List[str]¶ Returns: a list of sales reps assocated with the organization
-