Okta Admin Management API
/Access Controls
/- List the policy's branch history
Branch workflow
Policy Branching
List all policy branches
Create a policy branch
Retrieve a policy branch
Replace a policy branch
Delete a policy branch
Promote a policy branch
Preview a policy branch promotion
Stage a policy branch
List all policy branch rules
Create a policy branch rule
Retrieve a policy branch rule
Replace a policy branch rule
Delete a policy branch rule
Activate a policy branch rule
Deactivate a policy branch rule
Retrieve a policy history entry
Restore a policy branch
List all rules in a policy history entry
List the policy's branch...
Lists all previously live policy branches for a policy, ordered from newest to oldest (in descending order from the most recently archived live branch).
Only applicable to ACCESS_POLICY type policies.
GET
curl -i -X GET \
https://subdomain.okta.com/api/v1/policies/rst1d7xus97faIAgmti0/historyResponse
[ { "id": "rsb1d7xus97faIAgmti", "policy": { … }, "_links": { … } }, { "id": "rsb2k8pqr14hbJCnzuj", "policy": { … }, "_links": { … } } ]