Query parameters
-
cursor string
A cursor returned from a previous call to /keys
GET /keys
curl \
-X GET https://api.statebacked.dev/keys \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"keys": [
{
"id": "sbk_nXzdtCxESemgtxS5JX-LrA",
"name": "string",
"scopes": [
"events.write"
],
"createdAt": "2023-05-04T09:42:00+00:00"
}
],
"cursor": "string"
}
Response examples (200)
{
"keys": [
{
"id": "sbk_nXzdtCxESemgtxS5JX-LrA",
"name": "string",
"scopes": [
"events.write"
],
"createdAt": "2024-05-04T09:42:00+00:00"
}
],
"cursor": "string"
}