Path Parameters
Body
application/json
Response
Proxy response from xCures
from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.integrations.xcures.make_request(
slug="slug",
method="GET",
path="path",
)
print(response)
"<any>"
Make an arbitrary request to xCures using the configured connection identified by slug. Refer to https://partner.xcures.com/api-docs for the full API documentation.
from samplehc import SampleHealthcare
client = SampleHealthcare(
api_key="My API Key",
)
response = client.v2.integrations.xcures.make_request(
slug="slug",
method="GET",
path="path",
)
print(response)
"<any>"
Proxy response from xCures