Projects
Rotate a project's signing key
Rotates the project's signing key and returns the project with the new signing_key.
The previous key may take about 1–2 minutes to stop working. As with create, the signing_key is only returned on this response and cannot be retrieved afterward.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Management.
Learn more about API scopes.
post/api/projects/{id}/signing-key/rotate
Path parameters
idstring uuid required
Universal Unique Identifier.
The unique identifier of the project or subproject.
Response
The request has succeeded.
Example response
{
"name": "Acme Staging",
"subproject": true,
"region_preference": "us-west",
"force_https_requests": true,
"created_at": "2024-05-06T12:20:00Z",
"updated_at": "2024-05-06T12:20:00Z",
"signing_key": "PSK_4d8c2b1a9f3e7c6d5b4a3e2f1d0c9b8a"
}