Wildcard passthrough (GET)
Forwards GET requests to scheduler-server AppService endpoints. Access controlled by consumer allowedEndpoints metadata.
path Parameters
serviceNameABP AppService name (e.g. PartnerSelfService, Appointment)
methodNameAppService method name (e.g. GetTimeSlots, Read)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Wildcard passthrough (GET) › Responses
Successful response from scheduler-server
Wildcard passthrough (POST)
Forwards POST requests to scheduler-server AppService endpoints. Access controlled by consumer allowedEndpoints metadata.
path Parameters
serviceNamemethodNameHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Wildcard passthrough (POST) › Responses
Successful response from scheduler-server
Create integration partner API key
Creates a new API consumer for an integration partner. Restricted to bscheduler-integration-host role. Called by scheduler-server backend (BSCHD-6103).
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create integration partner API key › Request Body
tenancyNameThe tenant name for the integration partner
usernameIntegration account username
passwordIntegration account password
Create integration partner API key › Responses
Consumer created successfully
successconsumerIdapiKeymetadata