Skip to content

List Survey Sending Domains

GET
/feedback/sending-domains

Domains this org can send surveys from.

sender_email on a send or a trigger must belong to one of the verified domains here. Unstamped domains are reconciled against the mail service on the way through, so a domain verified out of band shows up without any extra call.

Authorizations

Parameters

Query Parameters

include_unverified

Include domains that are pending or not set up, with their status.

boolean

Include domains that are pending or not set up, with their status.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
Array<object>
object
domain
required
string
id
required
integer
status
required
string
Allowed values: verified pending not_set_up
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string