---
title: "Store Influencer Details"
method: POST
path: "/admin/influencer-details"
tags: ["Admin"]
---

# Store Influencer Details

`POST /admin/influencer-details`

Store influencer details

## Request body

- InfluencerPayload — Influencer Payload
  - `app_user_id` integer, required
  - `influencer_name` string, required
  - `influencer_code` string, required
  - `coupon_start_date` string, required
  - `coupon_end_date` string, required
  - `coupon_amount` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/dozzy/apis/fastapi-service.md) · [All operations](https://skmtc.dev/dozzy/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dozzy/fastapi-service/revisions/151fa3b762d3/schema)
