Skip to content
Management API Reference

List all signing keys for the project

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

OAuth scopes

  • secrets:read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429

Response (200)

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