Get all API keys of the user
Get all API keys.
Requires authentication.
curl -X GET "https://api.moonbase.vn/api-keys"{
"api_keys": [
{
"api_key": "string",
"api_secret": "string",
"name": "string",
"created_at": "string",
"expired_at": "string",
"is_read_only": true
}
]
}{
"code": 0,
"message": "string",
"details": [
{
"@type": "string",
"property1": null,
"property2": null
}
]
}