Skip to main content

Get Licenses

GET 

/api/v2/public/licenses

Returns an array of our Licenses. A licenseCode is required when using Quote Shift and Create Shifts endpoints.

Request

Query Parameters

    facilityId stringrequired

Responses

Schema
    data object[]
  • Array [
  • licenseCode stringrequired

    Code of the License

    licenseName stringrequired

    Name of the License

  • ]
Loading...