cURL
curl --request POST \ --url https://api.squared.ai/api/v1/connectors/{id}/query_source \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "<string>" }'
[ {} ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the connector to query
An array of generic JSON objects representing the preview data.
The response is of type object[].
object[]
Was this page helpful?