PUT
/
sequence-accounts
/
{id}
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"
  ]
}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

id
string
required

Sequence Account ID

Body

application/json

Response

200
application/json

OK

The response is of type object.