Skip to content
Management API Reference

Get project api keys

get/v1/projects/{ref}/api-keys

OAuth scopes

  • secrets:read

Path parameters

  • ref
    Required
    string

    Project ref

Query parameters

  • reveal
    Optional
    boolean

    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": null
13
},
14
"inserted_at": "2021-12-31T23:34:00Z",
15
"updated_at": "2021-12-31T23:34:00Z"
16
}
17
]