Skip to main content

Request Facility Connection

POST 

/api/v2/public/facilities/connection

This endpoint allows users to request a connection to an existing facility in our application. The user must provide the facilityId in the request body payload. Once the request is submitted, a Nursa employee will review and either accept or reject the request.

A verified facility connection is required to act on behalf of the facility, such as using endpoints to Create Shifts and Schedule Clinicians.

Users can also create a Webhook in our system to receive notifications when the facility connection request is accepted or rejected.

Request

Body

required
    facilityId stringrequired

    Id of the Facility

Responses

Empty Response

Loading...