Identity Broker REST API Reference

UnboundID Logo

/applications/{id}

Mount Point: /auth/api/v1/applications/{id}/

The following operations are supported on this resource:

GET

Retrieve a specified application.

Parameters

name description type default
id The ID of the application to be retrieved. path

Response Body

result: application
media types: application/json

The requested application.

PUT

Updates an application.

Parameters

name description type default
id The ID of the application to be updated. path

Request Body

element: application
media types: application/json

The updated state.

Response Body

result: application
media types: application/json

Application updated application.

Status Codes

code description
200 Success
412 Precondition failed
409 Reserved for cache object out of date

DELETE

Deletes the specified application.

Parameters

name description type default
id The ID of the application to be deleted. path

Status Codes

code description
204 Success
404 No such object