API ReferenceBYOK
List Provider Keys
List all BYOK provider keys for the workspace (masked).
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
X-API-Key?|
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/byok/"[
{
"id": "string",
"provider": "string",
"created_at": "string"
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}