---
title: "Generate and return auth token for a given set of client credentials."
method: POST
path: "/apip/auth/sntl/v1/token"
---

# Generate and return auth token for a given set of client credentials.

`POST /apip/auth/sntl/v1/token`

## Response `200`

Token response

- object
  - `access_token` string
  - `expires_in` integer
  - `refresh_expires_in` integer
  - `refresh_token` string
  - `token_type` string
  - `id_token` string
  - `not-before-policy` integer
  - `session_state` string
  - `scope` string

---

[API](https://skmtc.net/optum/apis/security-and-authorization-v3.md) · [All operations](https://skmtc.net/optum/apis/security-and-authorization-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optum/security-and-authorization-v3/revisions/771dcdf312e4/schema)
