cURL
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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of API keys
Show child attributes