Skip to main content

Get a integration by UUID.

GET 

/v1/integrations/:uuid

Get a integration by UUID.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the integration

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    $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

    status int64required
    timestamp date-timerequired
Loading...