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
listTeamSignatures
GET/teams/{team_id}/signatures
List the signatures belonging to the given team (workspace). Required scope: `signatures:read`

Parameters

required

The team ID

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.listTeamSignatures({
  "team_id": "tim_123"
})