Skip to content

Get Nest

GET
/nests/{nestId}

Returns a single Nest by its ID.

Authorizations

Parameters

Path Parameters

nestId
required
string

The ID of the Nest to retrieve.

Responses

200

The requested Nest.

object
id
string
name
string
members
Array<object>
object
id
string
firstName
string
lastName
string
email
string
isActive
boolean

404

Not Found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

500

Server Error