---
title: "Seed a connected application for a Permissions Manager sandbox item"
method: POST
path: "/sandbox/item/application/seed"
tags: ["plaid"]
---

# Seed a connected application for a Permissions Manager sandbox item

`POST /sandbox/item/application/seed`

`/sandbox/item/application/seed` creates a test connected application on an existing Permissions Manager Item's login. The seeded application will appear in subsequent calls to `/item/application/list`.

The `access_token` must belong to a Permissions Manager Item created via `/item/import` in Sandbox. The `application_id` identifies the application to seed as a connected app. To disconnect a seeded application, use `/item/application/unlink`.

## Request body

- SandboxItemApplicationSeedRequest — SandboxItemApplicationSeedRequest defines the request schema for `/sandbox/item/application/seed`
  - `client_id` string — Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
  - `secret` string — Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
  - `access_token` string, required — The access token associated with the Item for which data is being requested.
  - `application_id` string, required — This field will map to the application ID that is returned from `/item/application/list`, or provided to the institution in an oauth redirect.

## Response `200`

OK

- SandboxItemApplicationSeedResponse — SandboxItemApplicationSeedResponse defines the response schema for `/sandbox/item/application/seed`
  - `item_id` string, required — The `item_id` of the newly seeded item representing the application connection.
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/versions/64c4514ea59b/schema)
