Step 5: Create an application resource
POST {{apiPath}}/environments/{{envID}}/resources/{{customResourceID}}/applicationResources
The POST /environments/{{envID}}/resources/{{customResourceID}}/applicationResources
operation creates a new application resource. An application resource is a PingOne Authorize entity that represents an external application within PingOne.
The body of the request specifies the name
property for the new application resource.
See Create Application Resource for more information.
Request Body
{"name"=>"accounts"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |