POSThttps://app.polytomic.com/api/model-preview
Headers
Query Parameters
Body Parameters
    • key
      value
View in API Reference
Request
$curl -X POST https://app.polytomic.com/api/model-preview \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "configuration": {
> "table": "public.users"
> },
> "connection_id": "248df4b7-aa70-47b8-a036-33ac447e668d",
> "name": "Users"
>}'
Response