provider Teams GET /api/v2/team/sync
@utdk/datadog /api/v2/team/sync
Get team sync configurations
Get all team synchronization configurations. Returns a list of configurations used for linking or provisioning teams with external sources like GitHub.
filter[source] query required
Filter by the external source platform for team synchronization
enum: github

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getteamsync
GET/api/v2/team/sync
Get all team synchronization configurations. Returns a list of configurations used for linking or provisioning teams with external sources like GitHub.

required

Filter by the external source platform for team synchronization

Enter a gateway URL above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.getteamsync()