samedi · OAuth Scopes

samedi OAuth Scopes

OAuth 2.0 searched

samedi publishes 10 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the samedi API on a user’s behalf.

Tokens are issued from https://patient.samedi.de/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyHealthcareSchedulingAppointmentsBookingPatient EngagementOAuthFHIRTelemedicineGermany
Scopes: 10 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://patient.samedi.de/oauth/authorize
Token URL
https://patient.samedi.de/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (10)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token.
basic Basic access to the authorized user context.
profile:read Read the patient/user profile.
profile_read Read the patient/user profile (underscore variant).
appointments:read Read the user's appointments.
appointments:book Book appointments on behalf of the user.
appointment_read Read appointments (underscore variant).
appointment_write Create or modify appointments (underscore variant).
appointment_guest_lookup Look up appointments for a guest (non-registered) booking.
appointment_guest_write Create or modify appointments for a guest (non-registered) booking.

Source

OAuth Scopes

samedi-scopes.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://patient.samedi.de/.well-known/openid-configuration
docs: https://wiki.samedi.de/display/doc/Booking+API
schemes:
- name: OAuth2
  source: https://patient.samedi.de/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://patient.samedi.de/oauth/authorize
    tokenUrl: https://patient.samedi.de/oauth/token
  - flow: clientCredentials
    tokenUrl: https://patient.samedi.de/oauth/token
scopes:
- scope: openid
  description: OpenID Connect authentication; returns an ID token.
  sources: ['well-known/samedi-openid-configuration.json']
- scope: basic
  description: Basic access to the authorized user context.
  sources: ['well-known/samedi-openid-configuration.json']
- scope: profile:read
  description: Read the patient/user profile.
  sources: ['well-known/samedi-openid-configuration.json']
- scope: profile_read
  description: Read the patient/user profile (underscore variant).
  sources: ['well-known/samedi-openid-configuration.json']
- scope: appointments:read
  description: Read the user's appointments.
  sources: ['well-known/samedi-openid-configuration.json']
- scope: appointments:book
  description: Book appointments on behalf of the user.
  sources: ['well-known/samedi-openid-configuration.json']
- scope: appointment_read
  description: Read appointments (underscore variant).
  sources: ['well-known/samedi-openid-configuration.json']
- scope: appointment_write
  description: Create or modify appointments (underscore variant).
  sources: ['well-known/samedi-openid-configuration.json']
- scope: appointment_guest_lookup
  description: Look up appointments for a guest (non-registered) booking.
  sources: ['well-known/samedi-openid-configuration.json']
- scope: appointment_guest_write
  description: Create or modify appointments for a guest (non-registered) booking.
  sources: ['well-known/samedi-openid-configuration.json']