Get central flock record
GET /api/v1/flocks/{identifier}/central
GET
/api/v1/flocks/{identifier}/central
Returns only the central flock record from MongoDB.
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 ”Central flock record
object
data
Central flock record from MongoDB
object
_id
string
data
object
bucket
string
name
string
products
Array<string>
packs
Array<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