Query parameters

Responses

GET /api/opendata/oauth/server_clients/{identifier}
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/opendata/oauth/server_clients/{identifier}' \
 --header "x-session-token: $API_KEY"
Response examples (200)
{
  "identifier": "string",
  "name": "string",
  "scopes": "string",
  "redirect_uri": "string",
  "image_url": "string"
}