Retrieving the list of applications connected to the platform.
{}
⬇
{
"apps": [
{
"id": "pryv-csv-importer",
"displayName": "CSV Importer",
"description": "Import existing data from CSV files",
"iconURL": "https://pryv.github.io/static-web/apps/pryv-csv-importer/icon512.png",
"appURL": "http://pryv.github.io/dev-tools/csv-importer",
"active": false,
"onboarding": false,
"category": "Other",
"support": [
"iPad",
"iPhone",
"Web"
],
"settingsPageURL": "http://pryv.github.io/dev-tools/csv-importer"
},
{
"id": "ifttt-all",
"displayName": "IFTTT",
"description": "Connect Pryv to over 100 other products and services with Pryv Recipes on IFTTT",
"iconURL": "https://pryv.github.io/static-web/apps/ifttt-all/icon512.png",
"appURL": "https://ifttt.com/pryv",
"active": false,
"onboarding": false,
"category": "Other",
"support": [
"iPad",
"iPhone",
"Web"
],
"settingsPageURL": "https://ifttt.com/pryv"
}
]
}
curl -i "https://reg.pryv.me/apps"
⬇
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
API-Version: 1.9.0
{
"apps": [
{
"id": "pryv-csv-importer",
"displayName": "CSV Importer",
"description": "Import existing data from CSV files",
"iconURL": "https://pryv.github.io/static-web/apps/pryv-csv-importer/icon512.png",
"appURL": "http://pryv.github.io/dev-tools/csv-importer",
"active": false,
"onboarding": false,
"category": "Other",
"support": [
"iPad",
"iPhone",
"Web"
],
"settingsPageURL": "http://pryv.github.io/dev-tools/csv-importer"
},
{
"id": "ifttt-all",
"displayName": "IFTTT",
"description": "Connect Pryv to over 100 other products and services with Pryv Recipes on IFTTT",
"iconURL": "https://pryv.github.io/static-web/apps/ifttt-all/icon512.png",
"appURL": "https://ifttt.com/pryv",
"active": false,
"onboarding": false,
"category": "Other",
"support": [
"iPad",
"iPhone",
"Web"
],
"settingsPageURL": "https://ifttt.com/pryv"
}
]
}
Only available for HTTP REST
Only available for HTTP REST
curl -i "https://reg.pryv.me/apps"
⬇
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
API-Version: 1.9.0
{
"apps": [
{
"id": "pryv-csv-importer",
"displayName": "CSV Importer",
"description": "Import existing data from CSV files",
"iconURL": "https://pryv.github.io/static-web/apps/pryv-csv-importer/icon512.png",
"appURL": "http://pryv.github.io/dev-tools/csv-importer",
"active": false,
"onboarding": false,
"category": "Other",
"support": [
"iPad",
"iPhone",
"Web"
],
"settingsPageURL": "http://pryv.github.io/dev-tools/csv-importer"
},
{
"id": "ifttt-all",
"displayName": "IFTTT",
"description": "Connect Pryv to over 100 other products and services with Pryv Recipes on IFTTT",
"iconURL": "https://pryv.github.io/static-web/apps/ifttt-all/icon512.png",
"appURL": "https://ifttt.com/pryv",
"active": false,
"onboarding": false,
"category": "Other",
"support": [
"iPad",
"iPhone",
"Web"
],
"settingsPageURL": "https://ifttt.com/pryv"
}
]
}