MeshTale Docs
POST
/v1/workspaces/{idOrSlug}/exports

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

idOrSlug*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/workspaces/string/exports" \  -H "Content-Type: application/json" \  -d '{}'
{  "exportId": "85382188-14c3-47fd-b4ab-d4b86ccda514",  "status": "pending"}
Empty
Empty
Empty