Step 6: 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 of an external application within PingOne.
The body of the request specifies the name
property for the new application resource.
Request Body
{"name"=>"accounts"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |