Getting a List of API Keys
Request Address: /api/bot/api-keys/list
Request Method: GET
Request Header 👇
Name
Type
Description
Authorization
String
The user token obtained by logging in to the console
Response Parameter 👇
Name
Type
Description
count
int
The list count
id
int
id
version
int
version
name
string
The name of API key
userId
string
The user id of OORT AI user
secretKey
string
The API key info
CreatedTime
string
The create time of API key
updatedTime
string
The update time of API key
deletedTime
string
The delete time of API key
lastUsed
int
The call times of this method
Response Example 👇
Last updated