Infusionsoft (Keap) Setting API

Setting-Endpoint

Operations 6

GET /v1/setting/application/configuration Retrieve application configuration #
GET /v1/setting/application/enabled Retrieve application status #
GET /v1/setting/contact/optionTypes List Contact types #
GET /rest/v1/setting/contact/optionTypes List Contact types #
GET /rest/v1/setting/application/enabled Retrieve application status #
GET /rest/v1/setting/application/configuration Retrieve application configuration #

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/infusionsoft-setting-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

infusionsoft-setting-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Infusionsoft Setting API
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0
  version: '1.0'
  description: 'Operations tagged Setting across 3 of this provider''s published API definitions: infusionsoft-rest-v1-2025-11-05-openapi-original.json, infusionsoft-rest-v1-openapi-original.json, infusionsoft-rest-v1-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.infusionsoft.com/crm/rest
- url: https://api.infusionsoft.com/crm
tags:
- name: Setting
  description: Setting-Endpoint
paths:
  /v1/setting/application/configuration:
    get:
      tags:
      - Setting
      summary: Retrieve application configuration
      description: Get the properties for the current application's configuration
      operationId: getConfigurationUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                title: RestApplicationConfiguration
                type: object
                properties:
                  affiliate:
                    title: RestApplicationConfigurationModuleAffiliate
                    type: object
                    properties:
                      choose_affiliate:
                        type: boolean
                      commission:
                        title: RestApplicationConfigurationModuleAffiliateCommission
                        type: object
                        properties:
                          calculation_type:
                            type: string
                          levels:
                            type: integer
                            format: int32
                          participant_types:
                            type: string
                      custom_affiliate_url:
                        type: string
                      display_affiliate_ip_address:
                        type: boolean
                      do_not_notify_affiliate:
                        type: boolean
                      skip_pay_if_unused:
                        type: boolean
                      use_referral_history_if_no_tracking_cookie:
                        type: boolean
                  application:
                    title: RestApplicationConfigurationModuleApplication
                    type: object
                    properties:
                      company:
                        title: RestApplicationConfigurationModuleApplicationCompany
                        type: object
                        properties:
                          caller_id_number:
                            type: string
                          city:
                            type: string
                          country:
                            type: string
                          email:
                            type: string
                          name:
                            type: string
                          phone:
                            type: string
                          phone_ext:
                            type: string
                          state:
                            type: string
                          street_address_1:
                            type: string
                          street_address_2:
                            type: string
                          web_logo_url:
                            type: string
                          website:
                            type: string
                          zip:
                            type: string
                      default_view_locale:
                        type: string
                      features_enabled:
                        title: RestApplicationConfigurationModuleApplicationFeaturesEnabled
                        type: object
                        properties:
                          marketing:
                            type: boolean
                      time_zone:
                        type: string
                  appointment:
                    title: RestApplicationConfigurationModuleAppointment
                    type: object
                    properties:
                      appointment_types:
                        type: string
                      share_opportunity_with_related_user:
                        type: boolean
                  contact:
                    title: RestApplicationConfigurationModuleContact
                    type: object
                    properties:
                      address_labels:
                        title: RestApplicationConfigurationModuleContactAddressLabels
                        type: object
                        properties:
                          line_1:
                            type: string
                          line_2:
                            type: string
                          line_3:
                            type: string
                      contact_types:
                        type: string
                      default_new_contact_form:
                        type: string
                      disable_contact_edit_in_client_login:
                        type: boolean
                      fax_types:
                        type: string
                      phone_types:
                        type: string
                      suffix_types:
                        type: string
                      title_types:
                        type: string
                  ecommerce:
                    title: RestApplicationConfigurationModuleECommerce
                    type: object
                    properties:
                      credit_card_types:
                        type: string
                      currency:
                        type: string
                      default_charge_max_retry_attempts:
                        type: integer
                        format: int32
                      default_country:
                        type: string
                      default_merchant:
                        type: string
                      default_number_of_days_between_charge_attempts:
                        type: integer
                        format: int32
                      default_tax:
                        type: string
                      default_to_auto_charge:
                        type: boolean
                      merchant_account_max_retry_attempts:
                        type: integer
                        format: int32
                      payment_types:
                        type: string
                      promo_codes:
                        type: string
                      track_cost_per_unit:
                        type: boolean
                      track_inventory:
                        type: boolean
                  email:
                    title: RestApplicationConfigurationModuleEMail
                    type: object
                    properties:
                      append_contact_key_to_links:
                        type: boolean
                      default_opt_in_link:
                        type: string
                      default_opt_out_link:
                        type: string
                      hide_emails_to_and_from_domains:
                        type: string
                      whitelisted_domains:
                        type: string
                  forms:
                    title: RestApplicationConfigurationModuleForms
                    type: object
                    properties:
                      spam_filters_enabled:
                        type: boolean
                  fulfillment:
                    title: RestApplicationConfigurationModuleFulfillment
                    type: object
                    properties:
                      default_message_fields:
                        type: string
                      default_message_to:
                        type: string
                  invoice:
                    title: RestApplicationConfigurationModuleInvoice
                    type: object
                    properties:
                      tax_label:
                        type: string
                  note:
                    title: RestApplicationConfigurationModuleNote
                    type: object
                    properties:
                      appointment_types:
                        type: string
                      share_opportunity_with_related_user:
                        type: boolean
                  opportunity:
                    title: RestApplicationConfigurationModuleOpportunity
                    type: object
                    properties:
                      default_stage:
                        type: string
                      states:
                        title: RestApplicationConfigurationModuleOpportunityStates
                        type: object
                        properties:
                          active:
                            title: RestApplicationConfigurationModuleOpportunityStatesActive
                            type: object
                            properties:
                              stages:
                                type: string
                          loss:
                            title: RestApplicationConfigurationModuleOpportunityStatesLoss
                            type: object
                            properties:
                              reasons:
                                type: string
                              stage:
                                type: string
                          win:
                            title: RestApplicationConfigurationModuleOpportunityStatesWin
                            type: object
                            properties:
                              reasons:
                                type: string
                              stage:
                                type: string
                  task:
                    title: RestApplicationConfigurationModuleTask
                    type: object
                    properties:
                      appointment_types:
                        type: string
                      share_opportunity_with_related_user:
                        type: boolean
                  template:
                    title: RestApplicationConfigurationModuleTemplate
                    type: object
                    properties:
                      default_country_code:
                        type: integer
                        format: int32
                      default_user_id:
                        type: integer
                        format: int64
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                title: Error
                type: object
                properties:
                  cause:
                    title: Throwable
                    type: object
                    properties:
                      cause:
                        $ref: '#/components/schemas/Throwable'
                      localizedMessage:
                        type: string
                      message:
                        type: string
                      stackTrace:
                        type: array
                        items:
                          title: StackTraceElement
                          type: object
                          properties:
                            classLoaderName:
                              type: string
                            className:
                              type: string
                            fileName:
                              type: string
                            lineNumber:
                              type: integer
                              format: int32
                            methodName:
                              type: string
                            moduleName:
                              type: string
                            moduleVersion:
                              type: string
                            nativeMethod:
                              type: boolean
                      suppressed:
                        type: array
                        items:
                          $ref: '#/components/schemas/Throwable'
                  localizedMessage:
                    type: string
                  message:
                    type: string
                  stackTrace:
                    type: array
                    items:
                      title: StackTraceElement
                      type: object
                      properties:
                        classLoaderName:
                          type: string
                        className:
                          type: string
                        fileName:
                          type: string
                        lineNumber:
                          type: integer
                          format: int32
                        methodName:
                          type: string
                        moduleName:
                          type: string
                        moduleVersion:
                          type: string
                        nativeMethod:
                          type: boolean
                  suppressed:
                    type: array
                    items:
                      title: Throwable
                      type: object
                      properties:
                        cause:
                          $ref: '#/components/schemas/Throwable'
                        localizedMessage:
                          type: string
                        message:
                          type: string
                        stackTrace:
                          type: array
                          items:
                            title: StackTraceElement
                            type: object
                            properties:
                              classLoaderName:
                                type: string
                              className:
                                type: string
                              fileName:
                                type: string
                              lineNumber:
                                type: integer
                                format: int32
                              methodName:
                                type: string
                              moduleName:
                                type: string
                              moduleVersion:
                                type: string
                              nativeMethod:
                                type: boolean
                        suppressed:
                          type: array
                          items:
                            $ref: '#/components/schemas/Throwable'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                title: Error
                type: object
                properties:
                  cause:
                    title: Throwable
                    type: object
                    properties:
                      cause:
                        $ref: '#/components/schemas/Throwable'
                      localizedMessage:
                        type: string
                      message:
                        type: string
                      stackTrace:
                        type: array
                        items:
                          title: StackTraceElement
                          type: object
                          properties:
                            classLoaderName:
                              type: string
                            className:
                              type: string
                            fileName:
                              type: string
                            lineNumber:
                              type: integer
                              format: int32
                            methodName:
                              type: string
                            moduleName:
                              type: string
                            moduleVersion:
                              type: string
                            nativeMethod:
                              type: boolean
                      suppressed:
                        type: array
                        items:
                          $ref: '#/components/schemas/Throwable'
                  localizedMessage:
                    type: string
                  message:
                    type: string
                  stackTrace:
                    type: array
                    items:
                      title: StackTraceElement
                      type: object
                      properties:
                        classLoaderName:
                          type: string
                        className:
                          type: string
                        fileName:
                          type: string
                        lineNumber:
                          type: integer
                          format: int32
                        methodName:
                          type: string
                        moduleName:
                          type: string
                        moduleVersion:
                          type: string
                        nativeMethod:
                          type: boolean
                  suppressed:
                    type: array
                    items:
                      title: Throwable
                      type: object
                      properties:
                        cause:
                          $ref: '#/components/schemas/Throwable'
                        localizedMessage:
                          type: string
                        message:
                          type: string
                        stackTrace:
                          type: array
                          items:
                            title: StackTraceElement
                            type: object
                            properties:
                              classLoaderName:
                                type: string
                              className:
                                type: string
                              fileName:
                                type: string
                              lineNumber:
                                type: integer
                                format: int32
                              methodName:
                                type: string
                              moduleName:
                                type: string
                              moduleVersion:
                                type: string
                              nativeMethod:
                                type: boolean
                        suppressed:
                          type: array
                          items:
                            $ref: '#/components/schemas/Throwable'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                title: Error
                type: object
                properties:
                  cause:
                    title: Throwable
                    type: object
                    properties:
                      cause:
                        $ref: '#/components/schemas/Throwable'
                      localizedMessage:
                        type: string
                      message:
                        type: string
                      stackTrace:
                        type: array
                        items:
                          title: StackTraceElement
                          type: object
                          properties:
                            classLoaderName:
                              type: string
                            className:
                              type: string
                            fileName:
                              type: string
                            lineNumber:
                              type: integer
                              format: int32
                            methodName:
                              type: string
                            moduleName:
                              type: string
                            moduleVersion:
                              type: string
                            nativeMethod:
                              type: boolean
                      suppressed:
                        type: array
                        items:
                          $ref: '#/components/schemas/Throwable'
                  localizedMessage:
                    type: string
                  message:
                    type: string
                  stackTrace:
                    type: array
                    items:
                      title: StackTraceElement
                      type: object
                      properties:
                        classLoaderName:
                          type: string
                        className:
                          type: string
                        fileName:
                          type: string
                        lineNumber:
                          type: integer
                          format: int32
                        methodName:
                          type: string
                        moduleName:
                          type: string
                        moduleVersion:
                          type: string
                        nativeMethod:
                          type: boolean
                  suppressed:
                    type: array
                    items:
                      title: Throwable
                      type: object
                      properties:
                        cause:
                          $ref: '#/components/schemas/Throwable'
                        localizedMessage:
                          type: string
                        message:
                          type: string
                        stackTrace:
                          type: array
                          items:
                            title: StackTraceElement
                            type: object
                            properties:
                              classLoaderName:
                                type: string
                              className:
                                type: string
                              fileName:
                                type: string
                              lineNumber:
                                type: integer
                                format: int32
                              methodName:
                                type: string
                              moduleName:
                                type: string
                              moduleVersion:
                                type: string
                              nativeMethod:
                                type: boolean
                        suppressed:
                          type: array
                          items:
                            $ref: '#/components/schemas/Throwable'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                title: Error
                type: object
                properties:
                  cause:
                    title: Throwable
                    type: object
                    properties:
                      cause:
                        $ref: '#/components/schemas/Throwable'
                      localizedMessage:
                        type: string
                      message:
                        type: string
                      stackTrace:
                        type: array
                        items:
                          title: StackTraceElement
                          type: object
                          properties:
                            classLoaderName:
                              type: string
                            className:
                              type: string
                            fileName:
                              type: string
                            lineNumber:
                              type: integer
                              format: int32
                            methodName:
                              type: string
                            moduleName:
                              type: string
                            moduleVersion:
                              type: string
                            nativeMethod:
                              type: boolean
                      suppressed:
                        type: array
                        items:
                          $ref: '#/components/schemas/Throwable'
                  localizedMessage:
                    type: string
                  message:
                    type: string
                  stackTrace:
                    type: array
                    items:
                      title: StackTraceElement
                      type: object
                      properties:
                        classLoaderName:
                          type: string
                        className:
                          type: string
                        fileName:
                          type: string
                        lineNumber:
                          type: integer
                          format: int32
                        methodName:
                          type: string
                        moduleName:
                          type: string
                        moduleVersion:
                          type: string
                        nativeMethod:
                          type: boolean
                  suppressed:
                    type: array
                    items:
                      title: Throwable
                      type: object
                      properties:
                        cause:
                          $ref: '#/components/schemas/Throwable'
                        localizedMessage:
                          type: string
                        message:
                          type: string
                        stackTrace:
                          type: array
                          items:
                            title: StackTraceElement
                            type: object
                            properties:
                              classLoaderName:
                                type: string
                              className:
                                type: string
                              fileName:
                                type: string
                              lineNumber:
                                type: integer
                                format: int32
                              methodName:
                                type: string
                              moduleName:
                                type: string
                              moduleVersion:
                                type: string
                              nativeMethod:
                                type: boolean
                        suppressed:
                          type: array
                          items:
                            $ref: '#/components/schemas/Throwable'
      deprecated: false
    servers:
    - url: https://api.infusionsoft.com/crm/rest
  /v1/setting/application/enabled:
    get:
      tags:
      - Setting
      summary: Retrieve application status
      description: Retrieves whether the application is enabled
      operationId: getApplicationEnabledUsingGET
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                title: Setting
                type: object
                properties:
                  value:
                    type: string
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                title: Error
                type: object
                properties:
                  cause:
                    title: Throwable
                    type: object
                    properties:
                      cause:
                        $ref: '#/components/schemas/Throwable'
                      localizedMessage:
                        type: string
                      message:
                        type: string
                      stackTrace:
                        type: array
                        items:
                          title: StackTraceElement
                          type: object
                          properties:
                            classLoaderName:
                              type: string
                            className:
                              type: string
                            fileName:
                              type: string
                            lineNumber:
                              type: integer
                              format: int32
                            methodName:
                              type: string
                            moduleName:
                              type: string
                            moduleVersion:
                              type: string
                            nativeMethod:
                              type: boolean
                      suppressed:
                        type: array
                        items:
                          $ref: '#/components/schemas/Throwable'
                  localizedMessage:
                    type: string
                  message:
                    type: string
                  stackTrace:
                    type: array
                    items:
                      title: StackTraceElement
                      type: object
                      properties:
                        classLoaderName:
                          type: string
                        className:
                          type: string
                        fileName:
                          type: string
                        lineNumber:
                          type: integer
                          format: int32
                        methodName:
                          type: string
                        moduleName:
                          type: string
                        moduleVersion:
                          type: string
                        nativeMethod:
                          type: boolean
                  suppressed:
                    type: array
                    items:
                      title: Throwable
                      type: object
                      properties:
                        cause:
                          $ref: '#/components/schemas/Throwable'
                        localizedMessage:
                          type: string
                        message:
                          type: string
                        stackTrace:
                          type: array
                          items:
                            title: StackTraceElement
                            type: object
                            properties:
                              classLoaderName:
                                type: string
                              className:
                                type: string
                              fileName:
                                type: string
                              lineNumber:
                                type: integer
                                format: int32
                              methodName:
                                type: string
                              moduleName:
                                type: string
                              moduleVersion:
                                type: string
                              nativeMethod:
                                type: boolean
                        suppressed:
                          type: array
                          items:
                            $ref: '#/components/schemas/Throwable'
        

# --- truncated at 32 KB (80 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/infusionsoft/refs/heads/main/openapi/infusionsoft-setting-api-openapi.yml