GET
/keys
curl \
--request GET 'https://api.statebacked.dev/keys' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"keys": [
{
"id": "sbk_nXzdtCxESemgtxS5JX-LrA",
"name": "string",
"scopes": [
"events.write"
],
"createdAt": "2026-05-04T09:42:00Z"
}
],
"cursor": "string"
}