Mprove
get-connections-list

Get connection info (type, API endpoints, header keys, OAuth scopes) for project connections

Request Body

application/json

Response Body

application/json

Input

{
  "projectId": "string",
  "envId": "string"
}

Output

{
  "connectionItems": [
    {
      "connectionId": "string",
      "type": "PostgreSQL",
      "baseUrl": "string",
      "headerKeys": [
        "string"
      ],
      "googleAuthScopes": [
        "string"
      ]
    }
  ]
}

On this page