Update collection to reflect API docs changes (Aug 2025 – Apr 2026)#10
Open
Keith-wright wants to merge 1 commit intoSparkPost:masterfrom
Open
Update collection to reflect API docs changes (Aug 2025 – Apr 2026)#10Keith-wright wants to merge 1 commit intoSparkPost:masterfrom
Keith-wright wants to merge 1 commit intoSparkPost:masterfrom
Conversation
balupillai
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs the Postman collection with all API documentation changes made since PR #9.
Changes included:
GET /api/v1/usageendpoint addedoverridefield example added (Create a Transmission (stored template, inline recips, override))list_idquery param support on Search and Delete endpoints; fixedList All Scheduled Transmissionswhich hadcampaign_id/template_idincorrectly set as headers instead of query paramscertificate_status,is_managed_certificate,redirect_to_https; new Update Managed Certificate endpointNote
Low Risk
Low risk documentation/artifact update: modifies only the Postman collection JSON, with no runtime code changes; main risk is incorrect endpoint examples/params confusing consumers.
Overview
Syncs
sparkpost-apiPostman collection with newer API docs by adding new request groups/endpoints (notablyGET /api/v1/usage, expanded Metrics deliverability endpoints + filter/list endpoints, DKIM key management under Sending Domains, suppression list summary and single-recipient upsert, and tracking-domain managed certificate actions).Also fixes/reshapes existing requests to match docs: updates deliverability metric routes/params, adds/clarifies
list_idscoping behavior on suppression operations, corrects transmissions list filtering to use query params, adds a transmissionoverrideexample, and expands sending-domain request coverage (search params + CRUD/verify).Reviewed by Cursor Bugbot for commit a696457. Bugbot is set up for automated code reviews on this repo. Configure here.