Maintenance /status
This endpoint will return information whether Flip currently is on maintenance or not. When Flip is on maintenance, you can’t do any request except to this endpoint. Any request to other endpoint will return 401
status code.
GET
https://us-central1-appgregator.cloudfunctions.net/flipSandbox/general/maintenance/
Query Parameters
Name
Type
Description
name*
String
ft-4
connection_name*
String
flip-entre-1
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
{
"maintenance": false
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/flipSandbox/general/maintenance?name=ft-4&connection_name=flip-entre-1' \
--header 'x-api-key: U2Fsd'
Last updated