List all secrets
get
/v1/projects/{ref}/secretsReturns all secrets you've previously added to the specified project.
OAuth scopes
- secrets:read
Path parameters
- refRequiredstring
Project ref
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1[2 {3 "name": "lorem",4 "value": "lorem",5 "updated_at": "lorem"6 }7]