Skip to main content

List integrations

GET 

https://euwest.api.elasticpath.com/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.

Authorization: http

name: bearerAuthtype: httpscheme: bearer
curl -L -X GET 'https://euwest.api.elasticpath.com/integrations' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
ResponseClear

Click the Send API Request button above and see the response here!