mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-05 17:15:33 +00:00
13 lines
139 B
GraphQL
13 lines
139 B
GraphQL
query myApiKeys {
|
|
myApiKeys {
|
|
id
|
|
name
|
|
keyPrefix
|
|
createdAt
|
|
lastUsedAt
|
|
expiresAt
|
|
disabled
|
|
disabledAt
|
|
}
|
|
}
|