Links
Health
GET
/
health
{
"data": {
"plaid": {
"healthy": true
},
"gocardless": {
"healthy": true
},
"teller": {
"healthy": true
},
"search": {
"healthy": true
}
}
}
Response
200
application/json
Retrieve health
Was this page helpful?
{
"data": {
"plaid": {
"healthy": true
},
"gocardless": {
"healthy": true
},
"teller": {
"healthy": true
},
"search": {
"healthy": true
}
}
}