List Virtual Keys

List All Virtual Keys

GEThttps://api.portkey.ai/v1/virtual-keys
Response

Successful response

Body
successboolean
dataarray of object
Response
{
  "success": false,
  "data": [
    {
      "name": "text",
      "note": "text",
      "status": "text",
      "created_at": "2024-07-06T14:38:08.035Z",
      "slug": "text",
      "usage_limits": {
        "credit_limit": 10,
        "periodic_reset": "monthly",
        "alert_threshold": 8
      },
      "provider": "text",
      "workspace_id": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}

Last updated