Skip to main content
GET
/
api
/
credentials
/
keys
List API keys
curl --request GET \
  --url https://app.herondata.io/api/credentials/keys \
  --header 'x-api-key: <api-key>'
{
  "keys": [
    {
      "created": "2023-11-07T05:31:56Z",
      "heron_id": "<string>",
      "is_active": true,
      "last_used": "2023-11-07T05:31:56Z",
      "name": "<string>",
      "token_prefix": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of API keys

keys
object[]