Instance Metadata Service
Get Container Token
Gets the identity token of the running container
GET
/
v1
/
token
Response
200 - application/json
Represents the identity token of the running container.
jwt
string
requiredThe JSON Web Token (JWT) 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/stash-jwks.json.
Required string length:
1 - 1000
Was this page helpful?