cURL
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" ] }
Retrieve the details of your Sequence account.
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