Get Account
GET {{baseUrl}}/api/accounts/:id/
Retrieve a single account object by its account ID. You can only request the account by which the private API key was generated.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
accounts:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields[account] | string | For more information please visit https://developers.klaviyo.com/en/v2024-07-15/reference/api-overview#sparse-fieldsets |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":{"type":"account","id":"\u003cstring\u003e","attributes":{"test_account":"\u003cboolean\u003e","contact_information":{"default_sender_name":"\u003cstring\u003e","default_sender_email":"\u003cstring\u003e","website_url":"\u003cstring\u003e","organization_name":"\u003cstring\u003e","street_address":{"address1":"\u003cstring\u003e","address2":"\u003cstring\u003e","city":"\u003cstring\u003e","region":"\u003cstring\u003e","country":"\u003cstring\u003e","zip":"\u003cstring\u003e"}},"industry":"\u003cstring\u003e","timezone":"\u003cstring\u003e","preferred_currency":"\u003cstring\u003e","public_api_key":"\u003cstring\u003e","locale":"\u003cstring\u003e"},"links":{"self":"\u003curi\u003e"}}}