Get All AI Keys
GET
/ai-keys/{companyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/ai-keys/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": 0,
"message": "string",
"data": {
"id": "string",
"companyId": "string",
"name": "string",
"apiKey": "string",
"provider": "string",
"model": "string",
"active": true,
"createdAt": "string",
"updatedAt": "string"
}
}
Requisição
Parâmetros Path
companyId
string
requerido
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-05 17:45:20