> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Account Details

> Fetches a Snapchat Ads account's details, including currency and timezone

Fetches a Snapchat Ads account's details, including currency and timezone. All Snapchat budgets and bids are entered in this account's currency.

|                      |                                    |
| -------------------- | ---------------------------------- |
| **App**              | Snapchat Ads                       |
| **Operation ID**     | `snapchat_ads_get_account_details` |
| **Type**             | Action                             |
| **Connection**       | `snapchat_ads` (required)          |
| **Credits per run**  | Free                               |
| **Agent / MCP tool** | Yes                                |

## Inputs

| Field     | Type           | Required | Default | Description                                                                                                                                                                               |
| --------- | -------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account` | DynamicAccount | Yes      | -       | Select the Snapchat Ads account to fetch. Returns the full account details including currency and timezone; budgets and bids across all Snapchat operations are entered in this currency. |

## Output

**Type**: `Dict`

Returns the ad account details.

**Fields**: `id`, `name`, `currency`, `timezone`, `status`, `type`, `organization_id`
