Create a telemetry data point for long term storage in the telemetry table
cURL
curl --request POST \ --url 'https://api-(organization).gable.ai/v0/telemetry/ingest' \ --header 'Content-Type: application/json' \ --data '{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": {}, "type": "SCA_PRIME" }'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Successful operation
The response is of type object.
object