v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
metadata

Get Container Instance Token

Gets the identity token of the current container instance

get/v1/token

Headers

Metadata'true' required

A custom request header required by all operations.

Response

OK

jwtstring 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.

Example response

{
  "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhYmMxMjMiLCJpYXQiOjE1MTYyMzkwMjIsImV4cCI6MTUxNjI0OTAyMn0.8EYto39v_-5ZKVRZYPKj0S-xuxtTUfWgeQ4QIFuW8mo"
}