Step 3: Get all resources

GET {{apiPath}}/environments/{{envID}}/resources

Resources are the protected endpoints that applications request access to using OAuth 2 authorization services. For this activity, the resource associated with the new application will be openid.

The GET /environments/{{envID}}/resources returns a list of all resource entities associated with the specified environment. The resource entity ID for the openid resource is needed in Step 5 when you create the application's resource access grant.

The response data includes the resource ID for each defined resource entity associated with the specified environment.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring