Skip to main content

List integrations

GET 

/integrations

Returns a list of all integrations created by the store.

Responses

Success. All integrations are returned.

Schema
    data object[]
    links object
    links object

    Links are used to allow you to move between requests.

    self uri

    Single entities use a self parameter with a link to that specific resource.

    meta object
    meta object
    timestamps Timestamps

    The date and time a transaction is created.

    created_at date-time

    The date and time an integration is updated.

    updated_at date-time

    The date and time an integration is updated.

Loading...