Skip to main content
POST
Fetch Teams by Team ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string<uuid>[]
required

List of team IDs to fetch

Minimum array length: 1

Response

Teams fetched successfully

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched team details successfully"

error
object | null
Example:

null

data
array
Example: