Get a single OauthServerClient
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
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"
}