diff --git a/api/server/datasources.json b/api/server/datasources.json index eac286d7..de502856 100644 --- a/api/server/datasources.json +++ b/api/server/datasources.json @@ -81,6 +81,20 @@ "body" ] } + }, + { + "template": { + "method": "GET", + "url": "https://backend.sigfox.com/api/devicetypes", + "headers": { + "Authorization": "Basic {credentials:string}" + } + }, + "functions": { + "testConnection": [ + "credentials" + ] + } } ] },