Get integration status
GET /api/v1/flocks/{identifier}/integrations
GET
/api/v1/flocks/{identifier}/integrations
Returns status of configured integrations for the flock.
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 ”Integration status
object
data
object
flock_id
string
integrations
object
key
additional properties
object
status
string
description
string
summary
object
total
integer
configured
integer
not_configured
integer
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