Skip to content
Talk to our solutions team

BFF API

GET /bff/health (get health status of the service)

response:

{
"healthy": true,
"dependencies": {},
"memstats": {
"Alloc": 7,
"HeapAlloc": 7,
"HeapSys": 19,
"HeapIdle": 8,
"HeapInUse": 10,
"TotalAlloc": 60224,
"Sys": 27,
"NumGC": 12653
},
"version": ""
}

GET /bff/ready (get ready status of the server)

response:

ready:true

GET /bff/list (lists all bff definitions this product)

response:

{
"bffs": null
}