Skip to main content
GET
AhaSend Go SDK

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

account_id
string<uuid>
required

Account ID

Query Parameters

domain
string

Filter by domain

email
string<email>

Email address

from_time
string<date-time>

Filter suppressions created after this time (RFC3339 format)

to_time
string<date-time>

Filter suppressions created before this time (RFC3339 format)

limit
integer
default:100

Maximum number of items to return (1-100)

Required range: 1 <= x <= 100
after
string

Pagination cursor for the next page. Provide the value provided in next_cursor from the response.

before
string

Pagination cursor for the previous page. Provide the value provided in previous_cursor from the response.

Response

List of suppressions

object
enum<string>
required

Object type identifier

Available options:
list
data
object[]
required

Array of suppressions

pagination
object
required
Example: