---
title: "POST /api/v1/resources/consumer-link"
method: POST
path: "/api/v1/resources/consumer-link"
tags: ["resources"]
---

# POST /api/v1/resources/consumer-link

`POST /api/v1/resources/consumer-link`

Fetch link to see order's tasks

## Request body

- UserHumanIdOrClientUserId
  - `clientUserId` string
  - `humanId` string

## Response `200`

OK

- Link
  - `consumerLink` string
  - `clientId` string

## Other responses

- `401` — The token provided is invalid. It may have expired or may have been revoked.
- `404` — The specified resource was not found (e.g. the id does not exist)

---

[API](https://skmtc.dev/humanapi/apis/admin-api.md) · [All operations](https://skmtc.dev/humanapi/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanapi/admin-api/revisions/23ae65b043bf/schema)
