Retrieve information for the authenticated team: name, KYB status, total converted wallet balance, balances, bank deposit instructions per currency, and the team's members with their roles (owners first). The per-balance 'depositInfo' field is deprecated in favor of the top-level 'deposits' array and will be removed on 2026-09-23.
/teamRetrieve information for the authenticated team: name, KYB status, total converted wallet balance, balances, bank deposit instructions per currency, and the team's members with their roles (owners first). The per-balance 'depositInfo' field is deprecated in favor of the top-level 'deposits' array and will be removed on 2026-09-23.
Team API key generated from team settings. Sent as Authorization: Bearer <api_key>.
In: header
application/json
curl -X GET "https://example.com/team"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "teamUuid": "string", "name": "string", "kybStatus": "pending", "dac7ReportingRequired": true, "totalBalance": "string", "totalBalanceCurrency": "USD", "balances": [ { "type": "wallet", "currency": "USD", "tokenSymbol": "string", "isActivePayout": true, "tokenAddress": "string", "walletAddress": "string", "balance": "string", "allowance": { "limit": "string", "used": "string", "remaining": "string", "nextResetAt": "2019-08-24T14:15:22Z" }, "depositInfo": { "type": "iban", "iban": "string", "beneficiary": "string", "bic": "string", "sortCode": "string", "accountNumber": "string", "swift": { "iban": "string", "bic": "string", "beneficiary": "string", "bankName": "string", "bankAddress": "string", "reference": "string" } }, "openPayoutAmount": "string", "balanceAfterPendingPayouts": "string", "scheduledPayoutAmount": "string" } ], "deposits": [ { "currency": "USD", "rails": [ { "type": "sepa", "iban": "string", "bic": "string", "ownership": "dedicated", "beneficiary": "string", "bankName": "string", "bankAddress": "string", "reference": "string" } ] } ], "members": [ { "email": "string", "name": "string", "role": "owner", "joinedAt": "2019-08-24T14:15:22Z" } ]}Allowance POST
Audience: the OWNER of the authenticated team (the team the token authorizes — with OAuth this can be a customer's team, not your own). Returns a Talentir URL where the team owner sets or edits the daily spending allowance for automatic payouts. The screen requires the visitor to sign in and be the team owner; the sign-in code is pre-sent to the session creator's email.
Update PATCH
Update settings of the authenticated team. Currently: whether the team's payouts are reportable under DAC7, which decides if EU-resident payees must provide their tax identity before claiming.