---
title: "PUT /v1/influencers/{id}"
method: PUT
path: "/v1/influencers/{id}"
tags: ["Influencers"]
---

# PUT /v1/influencers/{id}

`PUT /v1/influencers/{id}`

Update an influencer

## Path parameters

- `id` string, required

## Headers

- `Authorization` string

## Request body

- Influencer
  - `id` string
  - `tenantId` string
  - `subtenantId` string
  - `name` string
  - `status` 'ACTIVE' | 'INACTIVE' | 'ARCHIVED'
  - `channel` 'FACEBOOK' | 'INSTAGRAM' | 'GOOGLE_ADWORDS' | 'GOOGLE_DISPLAY_NETWORK' | 'GOOGLE_ANALYTICS' | 'YOUTUBE' | 'XING' | 'LINKED_IN' | 'TWITTER' | 'GOOGLE_MY_BUSINESS' | 'TIKTOK' | 'BITLY' | 'THREADS' | 'BLUESKY' | 'WHATSAPP' | 'PINTEREST' | 'CANVA' | 'HUBSPOT' | 'SALESFORCE' | 'BREVO' | 'SISTRIX' | 'NEWS' | 'BEEKEEPER' | 'TEADS' | 'MASTODON' | 'SNAPCHAT' | 'PIXXIO'
  - `socialHandle` string
  - `goals` InfluencerGoal[]
    - `description` string
    - `kpi` 'NUMBER_OF_POSTS' | 'IMPRESSIONS' | 'LIKES' | 'COMMENTS' | 'ENGAGEMENTS'
    - `goalValue` string
    - `startDate` string
    - `endDate` string
  - `posts` integer
  - `engagements` integer
  - `views` integer
  - `postLink` string
  - `createdAt` string
  - `updatedAt` string

## Response `default`

default response

---

[API](https://skmtc.net/adhook/apis/adhook-io-api.md) · [All operations](https://skmtc.net/adhook/apis/adhook-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adhook/adhook-io-api/versions/77eb5d6ad7c9/schema)
