Get flock settings
GET /api/v1/flocks/{identifier}/settings
GET
/api/v1/flocks/{identifier}/settings
Returns only the flock_settings document.
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 ”Flock settings
object
data
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