Get info for a specific database source again
GET {{baseUrl}}/api/datasources/:id
Get information for a specific database source. 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 id. You can see the DSN-less connection string in the response.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) Authorization token |