Skip to main content
GET
/
api-keys
List API keys
curl --request GET \
  --url https://pullstory.com/api/v1/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "key_01hq...",
      "name": "CI pipeline",
      "prefix": "ps_live_12ab",
      "last_used_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of API keys

data
object[]