WarpBuild LogoWarpBuild Docs
Org config

POST /organization/config/telemetry-export/test

Verifies endpoint and credentials by posting a one-datapoint OTLP payload for every configured signal. Returns the endpoint's response rather than failing the request, so a rejected credential comes back as a 200 with the error described.

POST
/organization/config/telemetry-export/test

Authorization

JWTKeyAuth
Authorization<token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/organization/config/telemetry-export/test"
{  "at": "string",  "error": "string",  "http_status": 0}