Skip to main content
Version: 4.0.2

Create app configuration

POST 

/apps-srv/apps

Creates an application in Apps_AppConfiguration. A client_id, signing key (signing_key_config.active_kid), and timestamps are assigned server-side when omitted.

Required on create: client_name, client_type, scopes.allowed_scopes (non-empty), and owner_ship_details (company_name, company_address, company_website). Missing values return 417 (APP10015). See the request schema for conditional requirements by client_type.

Requires scope cidaas:apps_write and role APP_CREATE or APP_MANAGER (or equivalent admin role).

Request

Responses

Created successfully