POST
/
v0
/
telemetry
/
ingest
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"
}

Body

application/json

Response

201
application/json

Successful operation

The response is of type object.