---
title: "List Contracts"
method: GET
path: "/v1/accounts/{{account_id}}/contracts"
tags: ["Media Sharing"]
---

# List Contracts

`GET /v1/accounts/{{account_id}}/contracts`

Gets a list of available sharing contracts - this is an Affiliate account operation

## Path parameters

- `account_id` string, required

## Headers

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

## Response `200`

200

- Contract
  - `account_id` string — affiliate account id
  - `approved` boolean — whether the contract is approved
  - `approved_at` string — when the contract was approved
  - `auto_accept` boolean — whether shared videos will be automatically accepted
  - `channel` Channel — the channel this contract belongs to
    - `account_id` string — master account id
    - `account_name` string — master account name
    - `created_at` string — when the channel was created
    - `enforce_custom_fields` boolean — if true, will allow sharing only if the affiliate account has all custom fields that have values for the video to be shared
    - `enforce_geo` boolean — if true, and master account is enabled for geo-filtering
    - `name` string — channel name
    - `updated_at` string — when the channel was last updated
  - `created_at` string — when the contract was created
  - `updated_at` string — when the contract was last updated

## Other responses

- `401` — UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
- `403` — NOT_AVAILABLE: The resource you are requesting is unavailable - this may be a temporary condition while some kind of processing of the video is in progress, but if the message persists, contact
- `404` — RESOURCE_NOT_FOUND: Resource not found
- `429` — TOO_MANY_REQUESTS: You are submitting too many simultaneous requests or too many requests per second
- `500` — UNKNOWN: Issue in Brightcove system; try again later. TIMEOUT: Server likely too busy; try again later.

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-cms-api-reference/versions/1b6182a4560a/schema)
