---
title: "Get external recipients for team"
method: GET
path: "/v2/payments/teams/{team_nanoid}/external_entity"
tags: ["B2B Bill Pay"]
---

# Get external recipients for team

`GET /v2/payments/teams/{team_nanoid}/external_entity`

## Path parameters

- `team_nanoid` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object[], required
    - `email` string, required
    - `status` 'active' | 'inactive', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.dev/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc.dev/riseworks/apis/b2b-api-v1-legacy/revisions/6f6941749255?raw)
