---
title: "Check Premium Service Activation"
method: GET
path: "/v0/billing/premiumservice/activate/{service_id}"
tags: ["billing"]
---

# Check Premium Service Activation

`GET /v0/billing/premiumservice/activate/{service_id}`

## Path parameters

- `service_id` integer, required

## Response `200`

Successful Response

- SubscriptionActivationPreflightCheck
  - `allowed` boolean, required
  - `reason` string, nullable
  - `cost_cents` integer, nullable
  - `credit_cents` integer, nullable
  - `balance_due_cents` integer, nullable

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `404` — If the service is not found
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/versions/08ef3d01f5b8/schema)
