get: summary: List enrollment API keys tags: - Enrollment API keys responses: '200': description: OK content: application/json: schema: type: object properties: list: type: array items: $ref: ../components/schemas/enrollment_api_key.yaml deprecated: true items: type: array items: $ref: ../components/schemas/enrollment_api_key.yaml page: type: number perPage: type: number total: type: number required: - items - page - perPage - total '400': $ref: ../components/responses/error.yaml operationId: get-enrollment-api-keys parameters: [] post: summary: Create enrollment API key tags: - Enrollment API keys responses: '200': description: OK content: application/json: schema: type: object properties: item: $ref: ../components/schemas/enrollment_api_key.yaml action: type: string enum: - created '400': $ref: ../components/responses/error.yaml operationId: create-enrollment-api-keys parameters: - $ref: ../components/headers/kbn_xsrf.yaml