Log in
Model

Integration

Magento\Integration\Model\Integration

What it does

This model represents an OAuth integration in Magento 2, storing configuration and credentials for third-party system connections.

Developers use it to create, retrieve, and manage integrations that allow external applications to access Magento APIs.

It provides methods to load integrations by consumer ID and check their activation status.

Public Methods

  • loadByConsumerId()
  • loadActiveIntegrationByConsumerId()
  • getStatus()