Links
Health
GET
/
health
{
"data": {
"plaid": {
"healthy": true
},
"gocardless": {
"healthy": true
},
"teller": {
"healthy": true
},
"search": {
"healthy": true
}
}
}
Response
200
application/json
Retrieve health
The response is of type object
.
Was this page helpful?
{
"data": {
"plaid": {
"healthy": true
},
"gocardless": {
"healthy": true
},
"teller": {
"healthy": true
},
"search": {
"healthy": true
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.