provider Signatures GET
/teams/{team_id}/signatures @utdk/front
/teams/{team_id}/signatures List team signatures
List the signatures belonging to the given team (workspace).
Required scope: `signatures:read`
- team_id path required
- The team ID
- string
Try it
Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.listTeamSignatures({
"team_id": "tim_123"
})