Skip to main content
GET
/
v2
/
payments
/
teams
/
{team_nanoid}
/
external_entity
Get external recipients for team
curl --request GET \
  --url https://b2b-api.dev-riseworks.io/v2/payments/teams/{team_nanoid}/external_entity \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "email": "<string>",
      "status": "active"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_nanoid
string
required

TeamNanoid

Required string length: 15
Pattern: ^te-.*

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object[]
required