---
title: "Get API subscription information"
method: GET
path: "/api_subscription"
tags: ["Api Subscription"]
---

# Get API subscription information

`GET /api_subscription`

Returns the current subscription status along with monthly credit limits and usage details.

## Response `200`

Request was successfully processed.

- ApiSubscription — Provides the current subscription status along with monthly credit limits and usage details.
  - `data` object[], required
    - `id` string, uuid, required — ID of the `ApiSubscription` object.
    - `type` 'api_subscription', required — Type of the `ApiSubscription` object.
    - `attributes` object, required
      - `status` 'disabled' | 'active' | 'disabled_due_to_error', required — The status of the current subscription.
      - `monthly_credits_quota` integer, required — The number of credits available per month for the current subscription.
      - `monthly_credits_used` integer, required — The number of credits used per month for the current subscription.
  - `meta` object — Meta information about `ApiSubscription` object.
    - `schema_version` string, required — Represents schema version of objects.

## Other responses

- `400` — Invalid request body or parameters.
- `401` — Authentication credentials are invalid or API subscription is not activated.
- `402` — Exceeded the monthly request limit.
- `403` — Request rate over limit.
- `404` — Record not found.
- `422` — Provided data failed to validate.
- `429` — Too many requests.
- `500` — Internal server error.
- `503` — Service temporarily unavailable.

---

[API](https://skmtc.dev/predictleads/apis/predictleads-api-reference.md) · [All operations](https://skmtc.dev/predictleads/apis/predictleads-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/predictleads/predictleads-api-reference/revisions/a56831a1efd4/schema)
