# Show API Keys **GET /Api/Read/Keys** This process returns the details about your api key and all keys that your key has created. You can pass an optional KeyId parameter to return a single one if it is in your security profile. Note that normal StrandVision api keys cannot create new keys, so only your key will be returned. *Secret Hmac Required. Cache Time 5 Minutes. Reset if key added.* ## Servers - https://Api.StrandVision.com/v1.0: https://Api.StrandVision.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ## Responses ### 200 ACL Groups successfully returned #### Body: (array[object]) - **Id** (number) database id for this API Key (useful for reviewing logs) - **Api_Key** (string) the api key for this record. - **Name** (string) The descriptive name of the API Key setup by the user - **Created** (string) HTTP-formatted GMT/UTC date/time for when this key was created - **StartDate** (string) HTTP-formatted GMT/UTC date/time for the starting date for this key. This often matches the Created date. - **EndDate** (string) HTTP-formatted GMT/UTC date/time for when this key stops functioning. - **LastUse** (string) HTTP-formatted GMT/UTC date/time for the last use of this key. - **Usecount** (number) Approximate use count since activated. This does not get updated if called too frequently, so if you have a very active key, this will not be accurate. - **Require_Https** (string) if HTTPS communication is required. This is almost always active. - **Require_Hash** (string) The hash type to use when hasing the x-ApiDate. This defaults to Sha256. - **AllowHours** (number) The allowed age of the x-ApiDate in hours. This defaults to 1 hour. - **ResponseFormat** (string) the default response format. - **LogLevel** (number) the default logging level for transactions. 0=no logging, 1=limited logging, 2=raw logging - **LogRaw** (number) the number of days that raw logs are stored. - **MaxHits** (string) The rate limiting that is assigned to this key. See [Rate Limiting](#topic-rate-limiting) for details. - **GroupList** (array[object]) A json array of the groups that this key is authorized to access. [Powered by Bump.sh](https://bump.sh)