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
    dataobject[]
    links object
    links object

    Links are used to allow you to move between requests.

    selfuri

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

    Example: ?page[offset]=0&page[limit]=25
    meta object
    meta object
    timestamps Timestamps

    The date and time a transaction is created.

    created_atdate-time

    The date and time an integration is updated.

    Example: 2017-07-21T17:32:28Z
    updated_atdate-time

    The date and time an integration is updated.

    Example: 2017-07-21T17:32:28Z

Authorization: http

name: bearerAuthtype: httpscheme: bearer
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://euwest.api.elasticpath.com/integrations");
request.Headers.Add("Accept", "application/json");
request.Headers.Add("Authorization", "Bearer <token>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
ResponseClear

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

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.