---
title: "POST /v1/influencers/{id}/collaborations"
method: POST
path: "/v1/influencers/{id}/collaborations"
tags: ["Influencer Collaborations"]
---

# POST /v1/influencers/{id}/collaborations

`POST /v1/influencers/{id}/collaborations`

Create a new collaboration for an influencer

## Path parameters

- `id` string, required

## Headers

- `Authorization` string
- `Origin` string

## Request body

- InfluencerCollaboration
  - `id` string
  - `tenantId` string
  - `subtenantId` string
  - `influencerId` string
  - `name` string
  - `status` 'ACTIVE' | 'COMPLETED'
  - `startDate` string
  - `endDate` string
  - `briefingHtml` string
  - `promotedProduct` string
  - `goals` InfluencerGoal[]
    - `description` string
    - `kpi` 'NUMBER_OF_POSTS' | 'IMPRESSIONS' | 'LIKES' | 'COMMENTS' | 'ENGAGEMENTS'
    - `goalValue` string
    - `startDate` string
    - `endDate` string
  - `cost` InfluencerCost
    - `amount` number, double
    - `note` string
  - `createdAt` string
  - `updatedAt` string

## Response `default`

default response

## Changes

- **2026-08-29** `6b7ccc7e2651` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adhook/apis/adhook-io-api/changes/v1/influencers/:id/collaborations/post.md)

---

[API](https://skmtc.dev/adhook/apis/adhook-io-api.md) · [All operations](https://skmtc.dev/adhook/apis/adhook-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adhook/adhook-io-api/revisions/6b7ccc7e2651/schema)
