---
title: "Submit a custom share event"
method: POST
path: "/api/v5/custom/share"
tags: ["Profiles"]
deprecated: true
---

# Submit a custom share event

`POST /api/v5/custom/share`

> **Deprecated.**

Deprecated. Use event-based sharing instead. Records a custom share on behalf of the authenticated advocate and returns a `polling_id` for status polling.

## Request body

- CustomShareRequest
  - `advocate_code` string, required
  - `channel` string, required
  - `data` object, required
  - `message` string, required
  - `recipient_email` string, required

## Response `200`

Successful response

- CustomShareResponse
  - `polling_id` string, required
  - `share_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
