Get a single OauthServerClient

GET /api/opendata/oauth/server_clients/{identifier}

Path parameters

  • identifier string Required

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    Get a single OauthServerClient

    Hide response attributes Show response attributes object
    • identifier string
    • name string
    • scopes string
    • redirect_uri string
    • image_url string
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"
}