Logo PopinaPopina API

Get backoffice third party configuration v2

This endpoint allows to get backoffice third party configuration for a given location. Result will contain a list of active and non-active integrations alongside information about categories.

GET/v2/third-party/

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:4004/v2/third-party/"
{
  "categories": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "type": "string",
      "index": 0
    }
  ],
  "integrations": [
    {
      "name": "string",
      "activated": true,
      "hidden": false,
      "description": "string",
      "requiresInternet": true,
      "settings": null,
      "notifications": false,
      "iconUrl": {
        "light": "http://example.com",
        "dark": "http://example.com"
      },
      "logoUrl": {
        "light": "http://example.com",
        "dark": "http://example.com"
      },
      "type": "accounting",
      "categoryId": "string",
      "backofficeUrl": {
        "production": "http://example.com",
        "staging": "http://example.com"
      },
      "index": 0,
      "byJdc": false
    }
  ]
}
"invalid token"
"Forbidden"
{
  "error": "string"
}