# ApiKeyResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    ApiKeyResponse:
      type: object
      properties:
        success:
          type: boolean
        api_key:
          type: string
        id:
          type: string
        name:
          type: string
        rate_limit:
          type: integer
        message:
          type: string
      x-apidog-orders:
        - success
        - api_key
        - id
        - name
        - rate_limit
        - message
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1
    description: Production server
security: []

```
