Get project api keys
get
/v1/projects/{ref}/api-keysOAuth scopes
- secrets:read
Path parameters
- refRequiredstring
Project ref
Query parameters
- revealOptionalboolean
Boolean string, true or false
Response codes
- 200
- 401
- 403
- 429
Response (200)
1[2 {3 "api_key": "lorem",4 "id": "lorem",5 "type": "legacy",6 "prefix": "lorem",7 "name": "lorem",8 "description": "lorem",9 "hash": "lorem",10 "secret_jwt_template": {11 "property1": null,12 "property2": null13 },14 "inserted_at": "2021-12-31T23:34:00Z",15 "updated_at": "2021-12-31T23:34:00Z"16 }17]