ActiveCampaign Credits API

The Credits API from ActiveCampaign — 1 operation(s) for credits.

Documentation

Specifications

Schemas & Data

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/activecampaign-credits-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

activecampaign-credits-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: ActiveCampaign SMS Broadcast Accounts Credits API
  description: API for managing SMS broadcasts, lists, metrics, and AI-powered content generation in ActiveCampaign
  version: 3.0.0
  contact:
    name: ActiveCampaign Support
    url: https://www.activecampaign.com
  x-generated-from: documentation
servers:
- url: https://{yourAccountName}.api-us1.com/api/3
  description: US-based Users
  variables:
    yourAccountName:
      default: yourAccountName
security:
- ApiToken: []
tags:
- name: Credits
paths:
  /sms/credits:
    get:
      tags:
      - Credits
      summary: ActiveCampaign Get Current Sms Credit Use Data
      description: Retrieve the current period's sms credit usage and remaining balance
      operationId: getSmsCreditData
      responses:
        '200':
          description: Sms Credits for this period
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreditsResponse'
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  schemas:
    CreditsResponse:
      type: object
      properties:
        smsCredits:
          type: object
          properties:
            period:
              type: string
              example: month
            nextRefillDate:
              type: string
              example: '2026-02-26 15:06:25'
            includedThisPeriod:
              type: integer
              example: 1000
            usedThisPeriod:
              type: integer
              example: 71
            extra:
              type: integer
              example: 9040
            available:
              type: integer
              example: 9969
  securitySchemes:
    ApiToken:
      type: apiKey
      name: Api-Token
      in: header
      description: Your ActiveCampaign API token