Skip to main content

List all integrations.

GET 

/v1/integrations

List all integrations.

Request

Query Parameters

    limit int64

    Possible values: >= 1 and <= 100

    Default value: 10

    Number of items to return per page.

    page int64

    Possible values: >= 1

    Default value: 1

    Page number to return.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object[]

    required

  • Array [

  • $schema uri

    A URL to the JSON Schema for this object.

    createdAt date-timerequired

    Date and time the integration was created.

    deletedAt date-timerequired

    Date and time the integration was deleted.

    type stringrequired

    Possible values: [webhook, thingpark, tti]

    Type of integration.

    updatedAt date-timerequired

    Date and time the integration was updated.

    uuid uuidrequired

    Unique identifier for the integration

  • ]

  • metadata

    object

    required

    limit int64required
    page int64required
    total int64required
    totalPages int64required
    status int64required
    timestamp date-timerequired
Loading...