A valid request URL is required to generate request examples{
"ok": true,
"data": {
"keys": [
{
"id": "<string>",
"prefix": "<string>",
"type": "user",
"label": "<string>",
"scopes": [
{
"project": "<string>",
"environment": "<string>"
}
],
"permission": "<string>",
"created_at": "<string>",
"last_used_at": "<string>",
"revoked": true
}
]
}
}List all API keys with their metadata
A valid request URL is required to generate request examples{
"ok": true,
"data": {
"keys": [
{
"id": "<string>",
"prefix": "<string>",
"type": "user",
"label": "<string>",
"scopes": [
{
"project": "<string>",
"environment": "<string>"
}
],
"permission": "<string>",
"created_at": "<string>",
"last_used_at": "<string>",
"revoked": true
}
]
}
}Was this page helpful?