Skip to content
Management API Reference

List all secrets

get/v1/projects/{ref}/secrets

Returns all secrets you've previously added to the specified project.

OAuth scopes

  • secrets:read

Path parameters

  • ref
    Required
    string

    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
]