---
title: "Get Container Instance Token"
method: GET
path: "/v1/token"
tags: ["metadata"]
---

# Get Container Instance Token

`GET /v1/token`

Gets the identity token of the current container instance

## Headers

- `Metadata` 'true', required

## Response `200`

OK

- Token — The identity token of the current container instance.
  - `jwt` string, required — The JSON Web Token (JWT) that may be used to identify the running container. The JWT may be verified using the JSON Web Key Set (JWKS) available at https://matrix-rest-api.salad.com/.well-known/workload-jwks.json.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `default` — Unknown Error

---

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