CreatorIQ Divisions API

Divisions public API

Operations 2

GET /crm/v1/api/divisions Get divisions list #
GET /crm/v1/api/division/{divisionId} Get division by id #

Documentation

📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/6e239b2598043-creator-iq-crm-publishers-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/550a4dd4b1c4c-creator-iq-crm-publishers-api-v2
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/23bf95a24efdc-creator-iq-campaign-ap-is
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/1782008e04401-creator-iq-crm-campaigns-api-v2
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/7e7ec9da4e860-creator-iq-reporting-ap-is
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/01ce2c98ffb66-creator-iq-social-account-ap-is
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/eb8bcd088eeca-creator-iq-crm-lists-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/38b54f6883f05-creator-iq-crm-onesheets-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/4959b70086ddd-creator-iq-crm-publishers-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/cd253b6f9f728-creator-iq-divisions-ap-is
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/ff893196191a0-creator-iq-ecommerce-ap-is
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/f8d0b276f1a9d-creator-iq-crm-link-tracking-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/0a94acde695e7-conversion-metrics-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/62c9deaa94659-creator-iq-safe-iq-brand-safety-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/ce6e15986dd02-creator-iq-brand-safety-draft
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/2359b1f62de77-creator-iq-payments-api
📖
Documentation
https://apidocs.creatoriq.com/docs/ciq-api-documentation/052262c05afe6-overview

Specifications

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/creatoriq-divisions-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

creatoriq-divisions-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: CreatorIQ Divisions API
  description: CreatorIQ CRM APIs for Divisions resource
  termsOfService: https://www.creatoriq.com/legal/terms-of-use
  contact:
    name: CreatorIQ
    url: https://www.creatoriq.com
    email: support@creatoriq.com
  license:
    url: https://www.apache.org/licenses/LICENSE-2.0.html
    name: Apache 2.0
servers:
- url: https://apis.creatoriq.com
  description: Live
security:
- apiKey: []
tags:
- name: Divisions
  description: Divisions public API
paths:
  /crm/v1/api/divisions:
    get:
      tags:
      - Divisions
      summary: Get divisions list
      description: "Get list of divisions in the organization.  \n**Warning:** Depends of api key list of divisions can be different or even empty.\n"
      operationId: getPartnerDivisions
      parameters:
      - $ref: '#/components/parameters/fields'
      responses:
        '200':
          $ref: '#/components/responses/DivisionCollectionResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
      security:
      - apiKey: []
      servers:
      - url: https://apis.creatoriq.com
        description: Live
  /crm/v1/api/division/{divisionId}:
    get:
      tags:
      - Divisions
      summary: Get division by id
      description: "Get division by id in the organization.  \n**Warning:** Depends of api key response can be 404 even if such division exist for partner.\n"
      operationId: getPartnerDivision
      parameters:
      - $ref: '#/components/parameters/fields'
      - name: divisionId
        in: path
        description: ID of the division to retrieve
        required: true
        schema:
          type: integer
          examples:
          - 123
        examples:
          default:
            value: 123
      responses:
        '200':
          $ref: '#/components/responses/DivisionResponse'
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
        '403':
          $ref: '#/components/responses/403'
        '404':
          $ref: '#/components/responses/404'
      security:
      - apiKey: []
      servers:
      - url: https://apis.creatoriq.com
        description: Live
components:
  responses:
    DivisionCollectionResponse:
      description: Response with collection of divisions
      content:
        application/json:
          schema:
            allOf:
            - type: object
              description: 'Base set for all models in CreatorIQ API.

                It contains common fields like type and href.

                '
              properties:
                type:
                  type: string
                  description: Type of Model
                  examples:
                  - DivisionsCollection
                href:
                  type: string
                  description: CreatorIQ API URL to get divisions collection
                  format: URI
                  examples:
                  - https://apis.creatoriq.com/crm/v1/api/divisions
                count:
                  type: integer
                  description: Fetched number of divisions in the collection
                  examples:
                  - 5
                total:
                  type: integer
                  description: Total number of divisions in the collection
                  examples:
                  - 5
                page:
                  type: integer
                  description: Current page number in the collection
                  examples:
                  - 1
            - $ref: '#/components/schemas/DivisionCollection'
    DivisionResponse:
      description: Response with division
      content:
        application/json:
          schema:
            type: object
            properties:
              type:
                type: string
                description: Type of Model
                examples:
                - Division
              href:
                type: string
                description: CreatorIQ API URL to get single division entity
                format: URI
                examples:
                - https://apis.creatoriq.com/crm/v1/api/division/1
              Division:
                $ref: '#/components/schemas/DivisionModel'
    '404':
      description: Division not found
      content:
        application/json:
          schema:
            type: object
            properties:
              type:
                type: string
                description: type of error
                examples:
                - NotFoundHttpException
              NotFoundHttpException:
                type: object
                description: exception object
                properties:
                  code:
                    type: integer
                    description: HTTP status code
                    examples:
                    - 404
                  message:
                    type: string
                    description: Error message
                    examples:
                    - Division with supplied ID was not found
    '400':
      description: Bad request
      content:
        application/json:
          schema:
            type: object
            properties:
              type:
                type: string
                description: type of error
                examples:
                - BadRequestHttpException
              BadRequestHttpException:
                type: object
                description: exception object
                properties:
                  code:
                    type: integer
                    description: HTTP status code
                    examples:
                    - 400
                  message:
                    type: string
                    description: Error message
                    examples:
                    - 'Invalid field(s) provided: UnknownField'
    '401':
      description: The request could not be completed due to invalid API credentials
    '403':
      description: Access was denied due to the API due to insufficient access permissions.
  schemas:
    DivisionCollection:
      type: array
      title: Division Entity Collection
      items:
        type: object
        description: 'Item in the collection.

          '
        properties:
          type:
            type: string
            description: Type of Model
            examples:
            - Division
          href:
            type: string
            description: CreatorIQ API URL to get divisions
            format: URI
            examples:
            - https://apis.creatoriq.com/crm/v1/api/division/1
          Division:
            $ref: '#/components/schemas/DivisionModel'
    DivisionModel:
      type: object
      title: Division Entity
      description: 'Division entity represents a division in the organization hierarchy.

        It contains information about the division''s name, hierarchy level, parent division, and other related attributes.

        '
      properties:
        DivisionHierarchyLevel:
          type: integer
          description: "Hierarchy level of the division.  \n1 - top level division, 2 - sub-division, etc.\n"
          examples:
          - 1
        FullDivisionName:
          type: string
          description: Full name of the division including hierarchy.
          examples:
          - Parent Division > Child Division
        Id:
          type: integer
          description: ID of the division entity.
          examples:
          - 123
        Name:
          type: string
          description: Name of the division.
          examples:
          - Division Name
        ParentDivisionId:
          type:
          - integer
          - 'null'
          description: ID of the parent division, if any.
          examples:
          - 789
  parameters:
    fields:
      name: fields
      in: query
      description: "Comma-separated list of fields to include in the response.  \nIf not specified, all fields will be returned.\n"
      required: false
      schema:
        type: string
        enum:
        - Id
        - Name
        - FullDivisionName
        - DivisionHierarchyLevel
        - ParentDivisionId
        examples:
        - Name
      examples:
        default:
          value: Name
  securitySchemes:
    apiKey:
      type: apiKey
      name: x-api-key
      in: header