Retrieves version information.
Request property |
Spec |
Action |
GET /version |
SID header |
Not required. |
Body model |
no body |
Scala |
object GetVersion |
Use this endpoint to check if the API is up.
Status |
Response body spec |
200 |
Version |
Retrieves the operational status.
Request property |
Spec |
Action |
GET /healthcheck |
SID header |
Not required. |
Body model |
no body |
Scala |
object HealthCheck |
Use this endpoint to check if the API is up and if not, what parts are not right.
Retrieves the current feature flag settings.
Request property |
Spec |
Action |
GET /features |
SID header |
Must be a partner key. |
Body model |
no body |
Scala |
object GetFeatures |
Updates the specified feature flag settings.
Request property |
Spec |
Action |
POST /features |
SID header |
Must be a partner key. |
Body model |
Features; |
Scala |
object UpdateFeatures |