cURL
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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TeamNanoid
15
^te-.*
Default Response
true
Show child attributes