For the complete documentation index, see llms.txt. This page is also available as Markdown.

Email Domain Sets

List email domain sets

get
Authorizations
AuthorizationstringRequired
Query parameters
searchstringOptional

Filter email domain sets by name

exactstringOptional

When set, only return exact name matches

Responses
200

email domain sets listed

application/json
get/api/v1/email_domain_sets
200

email domain sets listed

Get a specific email domain set

get
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Email domain set ID

Responses
200

email domain set found

application/json
idintegerRequired

Email domain set ID

namestringRequired

Name of the email domain set

account_idintegerRequired

Owning account ID

canvas_root_account_uuidstringRequired
created_atstringRequired
updated_atstringRequired
deleted_atstring · nullableRequired
get/api/v1/email_domain_sets/{id}
200

email domain set found

Update an email domain set

put
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Email domain set ID

Body
Responses
200

email domain set updated

application/json
put/api/v1/email_domain_sets/{id}
200

email domain set updated

List promotions for an email domain set

get
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Email domain set ID

Responses
200

promotions listed

application/json
get/api/v1/email_domain_sets/{id}/promotions
200

promotions listed

Last updated

Was this helpful?