v1
latestOpenAPI 3.0.02026-07-261733191.1 MBAccounts
Get your account
Retrieve the details of your Sequence account.
get/sequence-accounts/{id}
Path parameters
idstring required
Sequence account ID
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
Sequence-Version'2024-07-30'
Use this header to select an API version
Response
OK
Example response
{
"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"
]
}