---
title: "Get Default Profile"
method: GET
path: "/accounts/{{account_id}}/configuration"
tags: ["Account Configuration"]
---

# Get Default Profile

`GET /accounts/{{account_id}}/configuration`

Get the default ingest profile for the account.

## Path parameters

- `account_id` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

SUCCESS

- DefaultProfileResponse
  - `account_id` number — Video Cloud account id
  - `id` string — configuration id
  - `default_profile_id` string — profile name for video-on-demand
  - `default_live_profile_id` string — default profile name for live streams
  - `date_created` number — when the profile was created (epoch time in milliseconds)
  - `date_last_modified` number — when the profile was last modified (epoch time in milliseconds)
  - `version` number — system-managed version number

## Other responses

- `401` — NOT_AUTHORIZED: Credentials are required to access this resource
- `404` — NOT_FOUND: The api could not find the resource you requested

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-ingest-profiles-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-ingest-profiles-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-ingest-profiles-api-reference/revisions/ce468beca057/schema)
