---
title: "POST /resources/accessTokens/shareToken"
method: POST
path: "/resources/accessTokens/shareToken"
tags: ["AccessTokenApiResource"]
---

# POST /resources/accessTokens/shareToken

`POST /resources/accessTokens/shareToken`

## Request body

- ShareAccessTokenCreationDto
  - `applicantId` string
  - `applicantIdentifiers` ApplicantIdentifiers
    - `email` string
    - `externalUserId` string
    - `googleSub` string
    - `passwordlessAuthId` string
    - `phone` string
  - `forClientId` string, required
  - `ttlInSecs` integer
  - `userId` string

## Response `default`

default response

- AccessToken
  - `applicantId` string
  - `applicantIdentifiers` ApplicantIdentifiers
    - `email` string
    - `externalUserId` string
    - `googleSub` string
    - `passwordlessAuthId` string
    - `phone` string
  - `externalActionId` string
  - `forClientId` string
  - `forIp` string
  - `redirectParams` WebSdkRedirectParams
    - `rejectUrl` string
    - `signKey` string
    - `successUrl` string, required
  - `refreshToken` boolean
  - `reusableKycConf` ReusableKycConf
    - `shareToken` string
  - `sharingAllowed` boolean
  - `sumsubIdProfileId` string
  - `token` string
  - `type` 'shareToken' | 'sumsubIdShareToken'
  - `userId` string

## Changes

> 20 revisions in range; 2 could not be searched.

- **2026-08-04** `53785795626e` — 2 info
  - api tag `AccessTokenApiResource` added
  - api tag `AccessTokenResource` removed
- **2026-07-31** `110e8ead6418` — 2 info
  - added the new optional request property `applicantIdentifiers/googleSub`
  - added the optional property `applicantIdentifiers/googleSub` to the response with the `default` status

[Change history](https://skmtc.dev/sumsub/apis/sumsub-api-service/changes/resources/accessTokens/shareToken/post.md)

---

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