---
title: "POST /api/v1/credentials/token/store"
method: POST
path: "/api/v1/credentials/token/store"
tags: ["Token"]
---

# POST /api/v1/credentials/token/store

`POST /api/v1/credentials/token/store`

## Request body

- StoreTokensRequest
  - `UserRegistrationId` string
  - `AccessToken` string
  - `RefreshToken` string, nullable

## Response `200`

- StoreTokensResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Tokens` Token[]
    - `Id` string
    - `UserRegistrationId` string
    - `Type` string
    - `OAuthTokenId` string
    - `OAuthTokenName` string
    - `AccessToken` string
    - `RefreshToken` string
    - `ExpiresOn` string, date-time, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
