List all signing keys for the project
get
/v1/projects/{ref}/config/auth/signing-keysOAuth scopes
- secrets:read
The fine-grained token must include the following permissions to access this endpoint:
- auth_signing_keys_read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
Response (200)
1{2 "keys": [3 {4 "id": "00000000-0000-0000-0000-000000000000",5 "algorithm": "EdDSA",6 "status": "in_use",7 "public_jwk": null,8 "created_at": "4404-02-29T04:24Z",9 "updated_at": "4404-02-29T04:24Z"10 }11 ]12}