Get team detail
Return a single team by ID, name, or external reference ID.
Restrictions
Usage
- At least one of
team_id,team_name, orref_idmust be provided.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Request identifying a team by one of ID, name, or external ref.
Team ID. At least one of the three lookup fields is required; lowest priority — only used when neither ref_id nor team_name is provided.
Team name. Only used when ref_id is not provided; takes precedence over team_id.
External reference ID. When provided, takes precedence over team_name and team_id.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.