GetDeployment returns runtime info and access token on behalf of a specific user, or alternatively for a raw set of JWT attributes

post/v1/deployments/{deploymentId}/credentials

Path parameters

deploymentIdstring required

Request body

accessTokenTtlSecondsinteger
attributesobject
userEmailstring
userIdstring

Response

A successful response.

accessTokenstring
instanceIdstring
runtimeHoststring
ttlSecondsinteger

Changes