Reference
The ISO 3166-1 alpha-2 countries accepted as a sender-account country.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/countries"{ "data": [ { "code": "US", "name": "United States" }, { "code": "GB", "name": "United Kingdom" } ]}Update a workspace member's role PATCH
Change the role of a workspace member or a pending invite. Set `type` to `user` (default; `memberId` is the user id) or `invite` (`memberId` is the invite email). Organization members cannot be changed here.
List timezones GET
The IANA timezones accepted by a campaign schedule `timezone`. `offset` is the zone's current UTC offset and shifts with daylight saving, so treat `id` as the stable value.