Api Subscription

Get API subscription information

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

get/api_subscription

Response

Request was successfully processed.

Example response

{
  "data": [
    {
      "id": "ea20b0c1-3427-4004-91e6-59a27be0c9ed",
      "type": "api_subscription",
      "attributes": {
        "status": "active",
        "monthly_credits_quota": 100,
        "monthly_credits_used": 42
      }
    }
  ],
  "meta": {
    "schema_version": "3.0"
  }
}

Changes