Skip to content
Management API Reference

Create a new signing key for the project in standby status

post/v1/projects/{ref}/config/auth/signing-keys

OAuth scopes

  • secrets:write

Path parameters

  • ref
    Required
    string

    Project ref

Body

  • algorithm
    Required
    enum
  • status
    Optional
    enum
  • private_jwk
    Optional
    one of the following options

Response codes

  • 201
  • 401
  • 403
  • 429

Response (201)

1
{
2
"id": "fbdf5a53-161e-4460-98ad-0e39408d8689",
3
"algorithm": "EdDSA",
4
"status": "in_use",
5
"public_jwk": null,
6
"created_at": "2021-12-31T23:34:00Z",
7
"updated_at": "2021-12-31T23:34:00Z"
8
}