- About Anomify
- Getting Started
- /anomaliesGET
- /anomaly/{anomaly_id}GET
- /anomaly/lookupGET
- /anomaly/trainGET
- /benchmark/modelsGET
- /benchmark/startPOST
- /benchmark/setemailaddressPOST
- /benchmark/statusGET
- /benchmark/chartGET
- /benchmark/chartdataGET
- /billing/checkoutcallbackGET
- /billing/getcheckoutsessionGET
- /billing/getportalsessionGET
- /billing/historyGET
- /doc/openapiGET
- /exclusion/addGET
- /exclusion/deleteGET
- /exclusionPOST
- /exclusion/{exclusion_id}DELETE
- /exclusion/listGET
- /exclusion/testGET
- /exclusion/typesGET
- /image/anomalyGET
- /image/metricGET
- /integration/listGET
- /integration/{service_id}/orgconfigGET
- /integration/{service_id}/orgpropertiesGET
- /integration/{service_id}/userconfigGET
- /integration/{service_id}/userpropertiesGET
- /js/eventsenderPOST
- /loginPOST
- /login/forgotpasswordPOST
- /login/resetpasswordPOST
- /login/validateclientGET
- /match/{match_id}GET
- /match/{match_id}/graphGET
- /match/{match_id}/motif/graphGET
- /metric/{metric_name}GET
- /metric/{metric_name}/anomaliesGET
- /metric/{metric_name}/anomalysummaryGET
- /metric/{metric_name}/bundleGET
- /metric/{metric_name}/graphGET
- /metric/{metric_name}/patternsGET
- /metric/{metric_name}/timeseriesGET
- /metric/{metric_name}/yhatGET
- /metricsGET
- /metrics/mostanomalousGET
- /metrics/mostrecentlyanomalousGET
- /metrics/mostrecentlymatchedGET
- /metrics/searchGET
- /misc/phonecodesGET
- /misc/timesinceGET
- /misc/timezonesGET
- /org/adminalert/{alert_code}GET
- /org/adminalertsPOST
- /orgPUT
- /org/adminalertsGET
- /org/adminalertsPUT
- /org/channelsGET
- /org/eventsGET
- /org/getquotametricsGET
- /org/graphGET
- /org/infoGET
- /org/overviewGET
- /org/removequotametricsGET
- /org/stripecallbackGET
- /org/summaryGET
- /org/testmetricsGET
- /org/tokensGET
- /org/updatePOST
- /org/usersGET
- /pattern/{pattern_id}GET
- /pattern/{pattern_id}/disableGET
- /pattern/{pattern_id}/matchesGET
- /pattern/{pattern_id}/timeseriesGET
- /patterns/pendingGET
- /pingGET
- /pingOPTIONS
- /progress/demoGET
- /progressGET
- /progress/{progress_id}/updateGET
- /signup/demoPOST
- /signup/demo-orgsGET
- /signup/selfservePOST
- /signup/verifyPOST
- /statusPOST
- /user/deletePOST
- /user/infoGET
- /user/logoutGET
- /user/pingGET
- /user/reportissuePOST
- /user/updatePOST
- /userPUT
- /user/updatepasswordPOST
- /user/passwordPUT
- /watcher/createGET
- /watcherPOST
- /watcher/thresholdPOST
- /watcher/{watcher_id}/deleteGET
- /watcher/{watcher_id}GET
- /watcher/{watcher_id}DELETE
- /watcher/{watcher_id}/undeleteGET
- /watcher/{watcher_id}/updateGET
- /watcher/{watcher_id}PUT
- /watcher/threshold/{watcher_id}PUT
- /watchers/chipsGET
- /watchers/listGET
- /grafana/metric/{metric_name}/anomaliesGET
- /grafana/metric/{metric_name}/matchesGET
- /grafana/{metric_name}/{panel_name}GET
- /grafana/org/{panel_name}GET
/billing/getcheckoutsession
Developing
GET
/billing/getcheckoutsession
Last modified:2023-10-03 16:58:26
Request
Query Params
subscription_level
stringÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/billing/getcheckoutsession?subscription_level='
Responses
🟢200An example Response
application/json
Body
object {0}
Example
{
"status": {
...
},
"data": {
"stripe_session_id": "cs_test_a117qPR9rL78pwCb9GdWdlj6fg44NxxGOsHzop76evPEygEsJJif6nhNwL",
"stripe_checkout_url": "https:\/\/checkout.stripe.com\/c\/pay\/cs_test_a117qPR9rL78pwCb9GdWdlj6fg44NxxGOsHzop76evPEygEsJJif6nhNwL#fidkdWxOYHwnPyd1blpxYHZxWjA0SGlGfXJDUTxrd0oyaU5UUDxnUERCcnFdMjNWNDdrYlZzaHRXUEhmVElTNz01f0FEbEZ1cTdkX0k3QlR2UlRxMG9Val02V3NcRHBHRFRGV3BmV0NuQ088NTVxRlQ3NVdtMCcpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl"
}
}
Modified at 2023-10-03 16:58:26