POST client-apps

Creates a new client application.

Resource URL

https://www.drillster.com/api/2/client-apps

Parameters

Field Type Description
name
required
String The name of the client application.

Example value: Integration with LMS
description
optional
String A description of the client application.

Example value: Provides an integration with LMS.
redirectionEndpoint
required
String The OAuth redirection endpoint. See also the OAuth documentation.
url
optional
String An optional URL for more information about the client app.

Example value: https://www.example.com
iconKey
optional
String An optional key for an icon that may have just been uploaded.

Response

The newly created 2.0 ClientApp object.

Error responses

The following error situations are possible:

ID Response code Description
invalid_name 400 (Bad request) No client application name was provided, or given name is not valid
invalid_redirection_uri 400 (Bad request) Given redirection URI is not valid