---
title: "Get an encrypted token to be used for header authentication to Web Socket API. The response
will also contain for how long the token is valid."
method: GET
path: "/v1/resourceowner/contacts3/getwebsocketauthenticationtoken"
tags: ["ResourceOwnerContact3"]
---

# Get an encrypted token to be used for header authentication to Web Socket API. The response
will also contain for how long the token is valid.

`GET /v1/resourceowner/contacts3/getwebsocketauthenticationtoken`

## Response `200`

OK

- ContactWebSocketAuthenticationTokenModel
  - `ExpiresAtUtc` string, date-time
  - `EncryptedToken` string
  - `UseHeaderForAuthentication` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
