Integrations
post

Creates new application integration and returns it.

get

Returns application integrations. If 'status' parameter not used, then returns only ACTIVE application integrations.

get

Returns application integration.

patch

Updates application integration.

delete

Deletes application integration if there is no one device integration connected with this application integration.

post

Creates new device integrations. (Max - 5 device integrations per request).

get

Returns all device integrations inside application integration. If 'status' parameter not used, then returns only ACTIVE device integrations.

patch

Updates device integration.

put

Sets the current device integration status. For now, allowed status transitions are:

  • Active → Suspended
Account integrations
post

Creates new account integration and returns it.

get

Returns account integrations. If 'status' parameter not used, then returns only ACTIVE account integrations.

get

Returns account integration.

patch

Updates account integration.

delete

Deletes account integration if there is no one gateway integration connected with this account integration.

post

Creates new gateway integrations. (Max - 5 gateway integrations per request).

get

Returns all gateway integrations inside account integration. If 'status' parameter not used, then returns only ACTIVE gateway integrations.

patch

Updates gateway integration.

put

Sets the current gateway integration status. For now, allowed status transitions are:

  • Active → Suspended
The Things Network
post

Returns TTN application with specified ID if it is accessible with current credentials.

get

Returns all TTN devices available for the current application integration.

get

Returns all TTN gateways available for the current gateway integration.

post

Verify input credentials.