GET
/
integrations
curl --request GET \
  --url https://api.chift.eu/integrations \
  --header 'Authorization: Bearer <token>'
[
  {
    "integrationid": 123,
    "name": "<string>",
    "status": "active",
    "api": "Point of Sale",
    "logo_url": "<string>",
    "icon_url": "<string>",
    "post_connections": [
      {
        "title": "<string>",
        "optional": true,
        "resource": "<string>"
      }
    ],
    "credentials": [
      {
        "name": "<string>",
        "optional": false
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Query Parameters

status
enum<string> | null
Available options:
active,
inactive

Response

200
application/json

Successful Response

The response is of type object[].