CreatorIQ Notes API

Notes public API

Operations 3

GET /crm/v1/api/notes/{entity}/{entityId}/{dimension} Get Single Dimension from Notes #
GET /crm/v1/api/notes/{entity}/{entityId} Get Notes #
POST /crm/v1/api/notes/{entity}/{entityId} Add Notes #

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-notes-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-notes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: CreatorIQ CRM Publishers Notes API
  description: CreatorIQ CRM APIs for Publishers (Influencer/Creator) 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: Notes
  description: Notes public API
paths:
  /crm/v1/api/notes/{entity}/{entityId}/{dimension}:
    get:
      tags:
      - Notes
      summary: Get Single Dimension from Notes
      description: 'Provides the list of the one-sheet publisher Ids that have published notes <br/>

        Get Notes API endpoint returns the data only if it is added via API. The comments/notes left via the UI are not available via these endpoints.

        '
      operationId: getSingleDimensionFromNotes
      parameters:
      - name: entity
        in: path
        description: Entity type
        required: true
        schema:
          type: string
          enum:
          - campaign
          - onesheet
          example: onesheet
        examples:
          default:
            value: onesheet
      - name: entityId
        in: path
        description: Unique entity id
        required: true
        schema:
          type: integer
          example: 1961163
        examples:
          default:
            value: 1961163
      - name: dimension
        in: path
        description: 'Additional entity type according to `entity`:

          * `campaign`: `campaign-publisher`

          * `onesheet`: `onesheet-publisher`

          '
        required: true
        schema:
          type: string
          enum:
          - campaign-publisher
          - onesheet-publisher
          example: onesheet-publisher
        examples:
          default:
            value: onesheet-publisher
      responses:
        '200':
          $ref: '#/components/responses/GetSingleDimensionSuccessResponse'
        '400':
          $ref: '#/components/responses/ErrorResponse400'
        '403':
          description: Forbidden
        '404':
          $ref: '#/components/responses/ErrorResponse404'
      security:
      - apiKey: []
      servers:
      - url: https://apis.creatoriq.com
        description: Live
  /crm/v1/api/notes/{entity}/{entityId}:
    get:
      tags:
      - Notes
      summary: Get Notes
      description: 'Provides the list of published notes added to a one-sheet or to a one-sheet publisher. <br/>

        Get Notes API endpoint returns the data only if it is added via API. The comments/notes left via the UI are not available via these endpoints.

        '
      operationId: getNotes
      parameters:
      - name: entity
        in: path
        description: Entity type
        required: true
        schema:
          type: string
          enum:
          - publisher
          - campaign
          - list
          - onesheet
          - onesheet-publisher
          example: onesheet
        examples:
          default:
            value: onesheet
      - name: entityId
        in: path
        description: 'Unique entity id.

          Entity ID should be taken accordingly to `entity` type:

          * `onesheet-publisher` - the `SalesSheetsPublisherId` field from the response of Reports => OneSheet => Get OneSheet Builder: `/crm/v1/api/view?view=OneSheetBuilder/OneSheetBuilder`

          '
        required: true
        schema:
          type: integer
          example: 1961163
        examples:
          default:
            value: 1961163
      responses:
        '200':
          $ref: '#/components/responses/GetNotesSuccessResponse'
        '400':
          $ref: '#/components/responses/ErrorResponse400'
        '403':
          description: Forbidden
        '404':
          $ref: '#/components/responses/ErrorResponse404'
      security:
      - apiKey: []
      servers:
      - url: https://apis.creatoriq.com
        description: Live
    post:
      tags:
      - Notes
      summary: Add Notes
      description: Allows adding a published comment to a one-sheet.
      operationId: addNotes
      parameters:
      - name: entity
        in: path
        description: Entity type. Should be ```onesheet```
        required: true
        schema:
          type: string
          enum:
          - publisher
          - campaign
          - list
          - onesheet
          - onesheet-publisher
          example: onesheet
        examples:
          default:
            value: onesheet
      - name: entityId
        in: path
        description: Unique entity id
        required: true
        schema:
          type: integer
          example: 1961163
        examples:
          default:
            value: 1961163
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AddNoteBody'
      responses:
        '200':
          $ref: '#/components/responses/AddNoteSuccessResponse'
        '400':
          $ref: '#/components/responses/ErrorResponse400'
        '403':
          description: Forbidden
        '404':
          $ref: '#/components/responses/ErrorResponse404'
      security:
      - apiKey: []
      servers:
      - url: https://apis.creatoriq.com
        description: Live
components:
  responses:
    ErrorResponse400:
      description: Bad request
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponseModel'
    GetNotesSuccessResponse:
      description: Success
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/NotesCollectionModel'
    ErrorResponse404:
      description: One-sheet with supplied ID not found
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ErrorResponseModel'
    AddNoteSuccessResponse:
      description: Success
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/NoteModel'
    GetSingleDimensionSuccessResponse:
      description: Success
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/GetSingleDimensionSuccessResponseModel'
  schemas:
    CollectionCommonModel:
      type: object
      description: Success
      properties:
        type:
          type: string
          description: Type of collection
          example: NotesCollection
        count:
          type: integer
          description: Number of records in current response
          example: 200
        total:
          type: integer
          description: Total number of found rows
          example: 20
        page:
          type: integer
          description: Current page
          example: 1
      required:
      - type
      - count
      - total
      - page
    OneSheetPublisherCommentsCollectionModel:
      type: object
      properties:
        OneSheetPublisherCommentsCollection:
          type: array
          items:
            type: object
            properties:
              type:
                type: string
                enum:
                - OneSheetPublisherComments
                example: OneSheetPublisherComments
              OneSheetPublisherComments:
                type: object
                properties:
                  RecordId:
                    type: integer
                    description: Publisher ID from the OneSheet
                    example: 1961163
                  Count:
                    type: integer
                    description: Count of comments
                    example: 2
      required:
      - OneSheetPublisherCommentsCollection
    NoteModel:
      type: object
      properties:
        type:
          type: string
          enum:
          - Note
          description: Type of Search
          example: Note
        href:
          type: string
          description: Link to fetch current note
          example: https://apis.creatoriq.com/crm/v1/api/note/293751
        Note:
          type: object
          allOf:
          - $ref: '#/components/schemas/NoteBaseModel'
          - type: object
            properties:
              EntityName:
                type: string
                description: Entity name
                example: enjoycing joyce
              ParentEntityId:
                type: integer
                description: Unique parent entity (note, onesheet, campaign, publisher etc.) ID
                example: 337724
              ParentEntityName:
                type: string
                description: Parent entity name
                example: API
            required:
            - EntityName
            - ParentEntityId
            - ParentEntityName
      required:
      - type
      - href
      - Note
    NoteBaseModel:
      type: object
      properties:
        Id:
          type: integer
          description: Unique note id
          example: 123
        RecordId:
          type: integer
          description: Entity ID according to `EntityType` that the note relates to
          example: 72541
        Note:
          type: string
          description: Note text
          example: Some notes here
        UpdatedBy:
          type: string
          description: Person who update note
          example: Admin
        CreatedAt:
          type: string
          description: Note created date
          format: date-time
          readOnly: true
          example: '2022-09-12T22:01:24-08:00'
        UpdatedAt:
          type:
          - string
          - 'null'
          description: Note updated date
          format: date-time
          example: '2022-09-12T22:01:24-08:00'
        CreatedBy:
          type: string
          description: Person who create note
          example: Admin
        isExternal:
          type: boolean
          description: 'Flag of where the Note has been created: externally (e.g., API) or in CRM'
          example: true
        User:
          type: object
          properties:
            Id:
              type: integer
              description: Unique user id
              example: 100010093
            FirstName:
              type: string
              description: User first name
              example: Test
            LastName:
              type: string
              description: User last name
              example: Test
            FullName:
              type: string
              description: User full name
              example: Test User
            AvatarURL:
              type:
              - string
              - 'null'
              description: Url to user avatar
              format: uri
              example: https://example.com
          required:
          - Id
          - FirstName
          - LastName
          - FullName
          - AvatarURL
        Avatar:
          type:
          - string
          - 'null'
          description: Url to avatar
          format: uri
          example: https://example.com
        ThreadNotes:
          type: array
          description: Notes in reply thread
          items:
            $ref: '#/components/schemas/NoteBaseModel'
        Status:
          type: string
          enum:
          - Active
          description: Note status
          example: Active
        IsEditable:
          type: boolean
          description: Is entity can be edited
          example: true
        IsDeletable:
          type: boolean
          description: Is entity can be deleted
          example: true
        CommentType:
          type: string
          enum:
          - Comments
          description: Type of comments
          example: Comments
        EntityType:
          type: string
          enum:
          - publisher
          - campaign
          - list
          - onesheet
          - onesheet-publisher
          description: Entity type
          example: onesheet-publisher
        PermissionsAccess:
          type: object
          properties:
            Access:
              type: string
              enum:
              - PUBLIC
              description: Access type
              example: PUBLIC
            Permissions:
              type: array
              items:
                type: object
                properties:
                  ClassType:
                    type: string
                    enum:
                    - NOTES
                    description: Class type
                    example: NOTES
                  ClassID:
                    type: integer
                    description: Unique class id
                    example: 293751
                  ObjectTypeId:
                    type: integer
                    example: 1
                  ObjectTypeName:
                    type: string
                    enum:
                    - User
                    example: User
                  ObjectId:
                    type: integer
                    description: Unique Object id
                    example: 100010093
                  Permission:
                    type: string
                    enum:
                    - Owner
                    example: Owner
                  PermissionState:
                    type: string
                    example: G
                  ObjectOktaId:
                    type: string
                    description: Unique okta object id
                    example: 00usf39178lmcQbii0jx
                required:
                - ClassType
                - ClassID
                - ObjectTypeId
                - ObjectTypeName
                - ObjectId
                - Permission
                - PermissionState
                - ObjectOktaId
          required:
          - Access
          - Permissions
        SystemType:
          type: string
          enum:
          - approved
          - reset
          - rejected
          - '""'
          example: approved
      required:
      - Id
      - RecordId
      - Note
      - UpdatedBy
      - CreatedAt
      - UpdatedAt
      - CreatedBy
      - isExternal
      - User
      - Avatar
      - ThreadNotes
      - Status
      - IsEditable
      - IsDeletable
      - CommentType
      - EntityType
      - PermissionsAccess
      - SystemType
    GetSingleDimensionSuccessResponseModel:
      type: object
      oneOf:
      - allOf:
        - $ref: '#/components/schemas/CollectionCommonModel'
        - $ref: '#/components/schemas/OneSheetPublisherCommentsCollectionModel'
      - allOf:
        - $ref: '#/components/schemas/CollectionCommonModel'
        - $ref: '#/components/schemas/CampaignPublisherCommentsCollectionModel'
    CampaignPublisherCommentsCollectionModel:
      type: object
      properties:
        CampaignPublisherCommentsCollection:
          type: array
          items:
            type: object
            properties:
              type:
                type: string
                enum:
                - CampaignPublisherComments
                example: CampaignPublisherComments
              CampaignPublisherComments:
                type: object
                properties:
                  RecordId:
                    type: integer
                    description: Publisher ID from the Campaign
                    example: 1961163
                  Count:
                    type: integer
                    description: Count of comments
                    example: 2
      required:
      - CampaignPublisherCommentsCollection
    ErrorResponseModel:
      type: object
      description: Not found exception
      properties:
        type:
          type: string
          description: Exception type
          example: CoreException
        Exception:
          type: object
          description: Exception information
          properties:
            code:
              type: integer
              description: Exception status code
              example: 404
            message:
              type: string
              description: Exception message
              example: Not found
          required:
          - code
          - message
      required:
      - type
      - Exception
    NotesCollectionModel:
      type: object
      description: Success
      properties:
        type:
          type: string
          enum:
          - NotesCollection
          description: Type of Search
          example: NotesCollection
        href:
          type: string
          description: CreatorIQ API URL to get notes
          example: https://apis.creatoriq.com/crm/v1/api/notes?filter%5B0%5D%5B0%5D=Archived&filter%5B0%5D%5B1%5D=%3D&filter%5B0%5D%5B2%5D=0
        count:
          type: integer
          description: Number of records in current response
          example: 200
        total:
          type: integer
          description: Total number of found rows
          example: 20
        page:
          type: integer
          description: Current page
          example: 1
        NotesCollection:
          type: array
          description: Notes collection
          items:
            $ref: '#/components/schemas/NoteModel'
        isEntityPublished:
          type: boolean
          description: Flag represents is entity in public access
          example: true
      required:
      - type
      - href
      - count
      - total
      - page
      - NotesCollection
    AddNoteBody:
      type: object
      description: Schema represents request for create note
      properties:
        Note:
          type: string
          description: Note text
          example: Some notes here
        CreatedBy:
          type: string
          description: Person who create note
          example: Admin
        Email:
          type: string
          description: email
          format: email
          example: test.user@somemail.com
      required:
      - Note
      - CreatedBy
      - Email
      minProperties: 1
  securitySchemes:
    apiKey:
      type: apiKey
      name: x-api-key
      in: header