Skip to content

Offisy OAuth API BETA

API under construction

The OAuth API is currently under active development. Breaking changes may occur with short notice. We recommend against using the API in production yet — check the Release Notes regularly.

The Offisy API provides programmatic access to company data via OAuth 2.0.

Authentication

The API uses the OAuth 2.0 Client Credentials grant. You need a client ID and a client secret, which you can create in the Offisy settings. → Set up API access

Request a token

Endpoint: POST https://my.offisy.at/api/oauth/v2/token

Parameters:

ParameterValue
grant_typeclient_credentials
client_idYour client ID
client_secretYour client secret

Use the token

Send the token as a Bearer token in the Authorization header:

Authorization: Bearer {access_token}

Base URL

All API endpoints use the base URL:

https://my.offisy.at/api/oauth/v2/resource

Sections

SectionDescription
BookingUsers, locations, services, slots, appointment booking
AppointmentsRetrieve and manage appointments
CustomersRetrieve, create, and update customers
ServicesRetrieve services
Service AssignmentsRetrieve service assignments
CompanyRetrieve company profile
UsersRetrieve users
LocationsRetrieve locations
TenantsRetrieve tenants
Medical fee servicesRetrieve, create, and update medical fee services

Further information

Offisy GmbH