Tricht Data
These endpoints are dedicated to retrieve available collections.
Collections
list collections.
HTTP Request
Request type
GET
Endpoint
https://api.datenly.com/api/trichtdata/collectors
Response Parameters
Parameter | Type | Description |
---|---|---|
status | Boolean | Processing status of your request |
collectors | Array | List of available collection |
collectors.$.uuid | String | Collection uuid |
collectors.$.name | String | Collection name |
collectors.$.desc | String | Collection description |
collectors.$.logo | String | Collection logo url |
collectors.$.status | Boolean | Collection status If false, try to use it later |
collectors.$.inputs | String | Collection requiredt inputs |
Example
Request
curl 'https://api.datenly.com/api/trichtdata/collectors' \
-H "Authorization: <token>"