---
title: "Get your account information, plan and credits details"
method: GET
path: "/account"
tags: ["Account"]
---

# Get your account information, plan and credits details

`GET /account`

## Response `200`

account informations

- GetAccount
  - `email` string, email, required — Login Email
  - `firstName` string, required — First Name
  - `lastName` string, required — Last Name
  - `companyName` string, required — Name of the company
  - `address` GetExtendedClientAddress, required — Address informations
    - `street` string, required — Street information
    - `city` string, required — City information
    - `zipCode` string, required — Zip Code information
    - `country` string, required — Country information
  - `plan` GetAccountPlan[], required — Information about your plans and credits
    - `type` 'payAsYouGo' | 'free' | 'subscription' | 'sms' | 'reseller', required — Displays the plan type of the user
    - `creditsType` 'sendLimit', required — This is the type of the credit, "Send Limit" is one of the possible types of credit of a user. "Send Limit" implies the total number of emails you can send to the subscribers in your account.
    - `credits` number, float, required — Remaining credits of the user
    - `startDate` string, date — Date of the period from which the plan will start (only available for "subscription" and "reseller" plan type)
    - `endDate` string, date — Date of the period from which the plan will end (only available for "subscription" and "reseller" plan type)
    - `userLimit` integer — Only in case of reseller account. It implies the total number of child accounts you can add to your account.
  - `relay` GetAccountRelay, required — Information about your transactional email account
    - `enabled` boolean, required — Status of your transactional email Account (true=Enabled, false=Disabled)
    - `data` GetAccountRelayData, required — Data regarding the transactional email account
      - `userName` string, email, required — Email to use as login on transactional platform
      - `relay` string, required — URL of the SMTP Relay
      - `port` integer, required — Port used for SMTP Relay
  - `marketingAutomation` GetAccountMarketingAutomation
    - `key` string — Marketing Automation Tracker ID
    - `enabled` boolean, required — Status of Marketing Automation Plateform activation for your account (true=enabled, false=disabled)

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
