List suppressed addresses
List suppressed addresses. View request and response details for this Samva email API endpoint.
Returns the addresses this workspace will not send to, newest first, optionally filtered by suppression type, active or expired state, and an address substring, with limit and offset paging.
Authorization
apiKey x-api-key<token>
In: header
Query Parameters
type?|null
status?|null
search?|null
limit?string|null
offset?string|null
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/email/suppressions"{ "suppressions": [ { "id": "string", "email": "string", "type": "bounce", "bounceType": "string", "bounceSubType": "string", "reason": "string", "messageId": "string", "isActive": true, "expiresAt": "string", "createdAt": "string" } ], "total": 0}List sender identities
Returns a paginated list of sender identities, optionally filtered by verification status, active state, or default flag.
Pause domain warming
Pauses the plan. Campaign runs from the domain stop at their next page and queued campaign email waits until it expires; direct sends are unaffected.