Get info for a specific datasource connection again
GET {{baseUrl}}/api/datasources/connections/:id
Get information for a specific datasource connection. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You can use path variable to specify the datasource connection id. You can see the DSN-less connection string in the response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |