---
title: "GET /program/get_opted_in_programs"
method: GET
path: "/program/get_opted_in_programs"
tags: ["program"]
---

# GET /program/get_opted_in_programs

`GET /program/get_opted_in_programs`

This method gets a list of the seller programs that the seller has opted-in to.

## Response `200`

Success

- Programs — The base response type of the <b>getOptedInPrograms</b> method.
  - `programs` Program[] — An array of seller programs that the seller's account is opted in to.
    - `programType` string — A seller program in to which a seller can opt-in. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:ProgramTypeEnum'>eBay API documentation</a>

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ebay/apis/sell-account.md) · [All operations](https://skmtc.net/ebay/apis/sell-account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ebay/sell-account/versions/8fd31dba5280/schema)
