Skip to content
Management API Reference

Get the signing key information for the JWT secret imported as signing key for this project. This endpoint will be removed in the future, check for HTTP 404 Not Found.

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

OAuth scopes

  • secrets:read

Path parameters

  • ref
    Required
    string

    Project ref

Response codes

  • 200
  • 401
  • 403
  • 429

Response (200)

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
}