Get all API Keys
GET
/api/accounts/me/api-keys
api
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.crbnai.com/api/accounts/me/api-keys'
Response Response Example
[
{
"id": "675cbe78-412f-46c3-9d60-9c52b930841c",
"created_at": "2086-05-24T13:46:47.8Z"
},
{
"id": "90e6182e-d90e-47a6-88c4-829c78a7d454",
"created_at": "2061-09-07T22:37:25.436Z"
}
]
Request
Responses
Modified at 2023-11-28 16:14:03