curl --request GET \ --url https://dash.superagentes.ai/api/datasources/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "<string>", "type": "<string>", "name": "<string>", "status": "unsynched", "groupId": "<string>", "updatedAt": "2023-12-25", "createdAt": "2023-12-25", "lastSynch": "2023-12-25", "config": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da Fonte de Conteúdo
The response is of type object.
object