Streak
Streak lets you keep track of all your deals right from your inbox. We let you group emails from the same customer together into one view and push that customer through your pipeline. When a new email comes in, you'll have all the context you need.
56 subscribers
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Streak endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| GET |
Get Current User /users/me |
This will give the current user (as defined by the API Key) |
| PipeLines | ||
| DELETE |
Delete a Pipeline /pipelines/{pipelinekey} |
This lets you delete a pipeline. All associated data of a pipeline (like boxes) will be deleted as well. |
| GET |
Get a specific Pipeline /pipelines/{pipelinekey} |
This will give you a single pipeline given the key. |
| POST |
Edit a Pipeline /pipelines/{pipelinekey} |
Edit the properties of a pipeline. |
| GET |
List All Pipelines /pipelines |
This will give you access to all pipelines the user |
| PUT |
Create a Pipeline /pipelines |
This will give you a single pipeline given the key. |
| Boxes | ||
| GET |
Get a specific Box /boxes/{boxkey} |
This gives you a specific box |
| GET |
List All Boxes of user /boxes |
This lets you get all boxes that the current user has access to. The boxes returned here are across all pipelines a user has access to. This is a fairly expensive call so there… |
| GET |
List All Boxes in Pipeline /pipelines/{pipelinekey}/boxes |
This lets you get all boxes contained in the specified pipeline |
| Comment | ||
| PUT |
Create a Comment /boxes/{boxkey}/comments |
This call lets you create a comment associated with a particular box. |
| Stages | ||
| GET |
Get a Specific Stage in Pipeline /pipelines/{pipelinekey}/stages/{stagekey} |
This gives you a specific stage defined in a pipeline |
| GET |
List All Stages in Pipeline /pipelines/{pipelinekey}/stages |
This call lists the stages defined in a pipeline. Remember, this is only the definition of the stages - to change what stage a box is in, simply update the box with a new stageKey. |
| PUT |
Create a Stage in Pipeline /pipelines/{pipelinekey}/stages |
This lets you create a stage defined in a pipeline. |
| POST |
Edit a Specific Stage in Pipeline /pipelines/{pipelinekey}/stages/{stagekey} |
This lets you edit the name of a stage. |
| DELETE |
Delete a Specific Stage in Pipeline /pipelines/{pipelinekey}/stages/{stagekey} |
This call lets you delete a stage defined in a pipeline. This call will only suceed if there are no boxes tagged with the key of this stage, else it throws a 400. |
| Snippets | ||
| GET |
Get Specific Snippet /snippets/{snippetkey} |
This lets you get a single snippet. |
| GET |
Get All Snippets /snippets |
This lets you get all the snippets for a user |
| Newsfeed | ||
| GET |
Get Newsfeed for Pipeline /pipelines/{pipelinekey}/newsfeed |
This endpoint will give you not only the historical changes for a particular pipeline, but also the historical changes for all boxes contained within the pipeline. It is limited… |
| GET |
Get Newsfeed for Box /boxes/{boxkey}/newsfeed |
|
| Search | ||
| GET |
Search for Boxes/Pipelines /search |
The Search endpoint allows you to search the contents on pipelines and boxes. The search functionality returns a relevance sorted list of pipelines and boxes. Pipelines will… |
Streak pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|