Create a new signing key for the project in standby status
post
/v1/projects/{ref}/config/auth/signing-keysOAuth scopes
- secrets:write
The fine-grained token must include the following permissions to access this endpoint:
- auth_signing_keys_write
Path parameters
- refRequiredstring
Project ref
Body
- algorithmRequiredenum
- statusOptionalenum
- private_jwkOptionalone of the following options
Response codes
- 201
- 401
- 403
- 429
Response (201)
{ "id": "00000000-0000-0000-0000-000000000000", "algorithm": "EdDSA", "status": "in_use", "public_jwk": null, "created_at": "4404-02-29T04:24Z", "updated_at": "4404-02-29T04:24Z"}