cURL
curl --request PUT \ --url https://eu.sequencehq.com/api/sequence-accounts/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "alertEmailAddresses": [ "alerts@example.com" ] }'
{ "id": "b6b0bb79-7b03-4cc0-9c70-2d3aec3aeb17", "createdAt": "2022-06-28T16:47:00Z", "sequenceOrganisationId": "e4f49f12-38cf-4fcf-ad2a-0ae7d83d6be4", "companyName": "Acme Inc.", "companyNumber": "GB123988", "country": "GB", "sendCustomerNotifications": true, "alertEmailAddresses": [ "alerts@example.com" ] }
Update Sequence account information
Your API credentials. Eg. Basic {credentials}.
Basic {credentials}
Use this header to select an API version
2024-07-30
Sequence Account ID
OK
The response is of type object.
object