Get the connection information
get
/v1/connections/{uuid}/information

This endpoint provides a read-only, human-readable view of the data a user entered when setting up a connection (step 1 and step 2 fields), without ever exposing secrets. Opaque identifiers (e.g. folder ids) are accompanied by a resolved display_value when one has been stored. No live provider calls are made.

🔐 Authentication
X-API-KEY API key of the environment
Header parameter: X-API-KEY
X-TOKEN Token generated for a UI session
Header parameter: X-TOKEN
📤 Request

uuid
string
required
uuid

The UUID of the connection whose information should be fetched.

Example: 3598b23c-31db-4be9-9e6b-6aa1d5b60335
📥 Response
200 Success
Content Type:
401 Unauthorized Error
Content Type:
403 Forbidden
Content Type:
404 Not Found
Content Type:
500 Internal Server Error
Content Type:
Response Examples