Rotate the JWT

Generate a new JSON Web Token for the specified sandbox instance. Use this to prevent access to a particular sandbox by developers who had the previous JWT.

Recipes
Rotate the JWT for your sandbox
Open Recipe
Path Params
string
required

Unique identifier for the sandbox.

Query Params
string
Defaults to USER

Enum The access level of the request. Either the default USER value to perform the request for the sandboxes that you can access, or ACCOUNT to perform the request for all sandboxes within the account.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Response

Response body
object
string
required

Generates a new JSON Web Token for the specified sandbox instance.

Language
Authentication
URL