curl --request GET \
--url https://api.decodahealth.com/admin/appointment-style-mapping \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"items": [
{
"eventStatus": "PENDING",
"serviceStyleVariant": "<string>"
}
]
}curl --request GET \
--url https://api.decodahealth.com/admin/appointment-style-mapping \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"items": [
{
"eventStatus": "PENDING",
"serviceStyleVariant": "<string>"
}
]
}The tenant you are making this request on behalf of
Your api key