Share a trace publicly

Toggle public sharing for a trace. When is_public is true, the trace becomes accessible through the public trace URL.

Path parameters

trace_unique_idstringRequired
Unique trace identifier.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Request

This endpoint expects an object.
is_publicbooleanRequired

Set true to make the trace public, or false to revoke public access.

Response

Trace sharing state updated.
trace_unique_idstring
is_publicboolean

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error