Get combined flock data
GET /api/v1/flocks/{identifier}
GET
/api/v1/flocks/{identifier}
Returns combined central flock record and flock_settings in a single response.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” identifier
required
string
Example
myflockFlock identifier (bucket name)
Responses
Section titled “ Responses ”Combined flock data
object
data
object
central
Central flock record from MongoDB
object
_id
string
data
object
bucket
string
name
string
products
Array<string>
packs
Array<string>
settings
Flock settings document
object
_id
string
flock_id
string
branding
object
brand_colour
string
logo_url
string
Unauthorized - missing or invalid credentials
object
error
object
code
Error code
string
message
Human-readable error message
string
Resource not found
object
error
object
code
Error code
string
message
Human-readable error message
string