Compute connection metadata by connection ID
API Documentation
Compute Connection Metadata
Use this endpoint to compute and refresh metadata for a connection. Only the connection ID is required - the connection configuration will be fetched automatically from the database.
POST
Compute connection metadata by connection ID
Authorizations
apiKey MUST be supplied within the request body instead of query
Body
application/json
POST /v1/api/connection/compute-metadata Request body
The ID of the connection to compute metadata for
Upsolve API key, generated under Account → Developer settings in the Upsolve Hub. Keys are user-scoped: pass organizationId alongside the key to select which org to act on.
Minimum string length:
1Example:
"up_embed_************"
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$