GET
/
sequence-accounts
/
{id}
curl --request GET \
  --url https://eu.sequencehq.com/api/sequence-accounts/{id} \
  --header 'Authorization: <authorization>'
{
  "id": "13448448-ce43-4874-8acf-8ff2a8ca24c1",
  "createdAt": "2022-06-28T16:47:00Z",
  "sequenceOrganisationId": "02441bde-24e8-43d5-8e2d-f3e480778885",
  "companyName": "Acme Inc.",
  "companyNumber": "GB123987",
  "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

Response

200
application/json

OK

The response is of type object.