DerbySoft · Authentication Profile
Derbysoft Authentication
Authentication
DerbySoft Property Connector Integration API authentication. Access is granted with a Bearer token obtained via the OAuth 2.0 client-credentials pattern: the integrator obtains a Client ID (account_id) and Client Secret from DerbySoft (pms.service@derbysoft.net), Base64-encodes "client_id:client_secret" as HTTP Basic (RFC 7617) on the token endpoint, and receives an access token used as a Bearer token on all subsequent API calls. TLS 1.2+ over HTTPS is required.
DerbySoft secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyEnterpriseTravelHospitalityHotelsDistributionConnectivityContentChannel ManagementTravel Technology
Methods: http, oauth2
Schemes: 2
OAuth flows: clientCredentials
API key in:
Security Schemes
BasicTokenExchange http
BearerToken http