---
title: "Get a result from an external service based on information they provide to access their results"
method: POST
path: "/api/persons/{personId}/ext"
tags: ["person-controller"]
---

# Get a result from an external service based on information they provide to access their results

`POST /api/persons/{personId}/ext`

Get a result from an external service based on information they provide to access their results.

## Path parameters

- `personId` string, required

## Query parameters

- `tokenValue` string

## Headers

- `accept-language` string

## Request body

- ExtRequest
  - `expectedSubject` string — Optional ID of the subject to whom any credentials created by the external service should be issued.
  - `extInfo` string — Information required to contact the external service

## Response `200`

OK

- ExtResponse
  - `message` string — message
  - `status` 'NOT_OK' | 'OK' — status

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
