List API Keys
GET/api/v1/apikeys
List API Keys
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
apiKeys
object[]
apiKey string
createdAt date-time
error string
expiresAt date-time
id string
name string
permissions integer[]
error string
nextPageToken string
{
"error": "string",
"nextPageToken": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...