v1

latestSwagger 2.02026-08-04232286653.5 KB
LimitedUsageAPIKey

Retrieve all active/expired Limited Usage API Keys for the logged in user and their usage types.

get/users/limited-usage-api-key

Response

A successful response from this resource will contain json-encoded array of token details, excluding the api key.

Example response

{
  "items": [
    {
      "alias": "token1",
      "created_at": "2021-11-03T22:16:27Z",
      "expires_at": "2021-12-03T19:58:34Z",
      "key_id": "Hm11C1coQZm2+Aihn9ofYg",
      "last_used": "2021-11-03T22:22:55Z",
      "project_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
      "usage": "inference"
    }
  ]
}