v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Core Data

Integrations

Get all integration that are in our system.

get/v2/integrations

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "integrations": [
    {
      "code": "PL-1234-4321",
      "name": "Symfony",
      "description": "A Symfony application",
      "status": "IN_DEVELOPMENT",
      "image": "https://symfony.com/images/opengraph/symfony.png",
      "url": "https://symfony.com/doc/current/index.html",
      "urlInfo": "https://docs.pay.nl/plugins",
      "versions": [
        {
          "code": "PV-1234-4321",
          "version": "v6.3.0",
          "developer": "Symfony",
          "status": "ACTIVE",
          "urlDownload": "https://github.com/symfony/symfony/releases",
          "urlManual": "https://docs.pay.nl/plugins",
          "urlShopDemo": "https://symfony.com/doc/current/index.html",
          "urlGithub": "https://github.com/symfony/symfony",
          "urlImage": "https://symfony.com/images/opengraph/symfony.png",
          "createdAt": "2024-06-04T08:15:00+01:00",
          "modifiedAt": "2024-06-04T08:15:00+01:00",
          "deletedAt": "A-1234-4321"
        }
      ],
      "createdAt": "2024-06-04T08:15:00+01:00",
      "modifiedAt": "2024-06-04T08:15:00+01:00",
      "deletedAt": "A-1234-4321"
    }
  ],
  "total": 10
}