/accesskeys/status

Retrieves the current status of the latest change made on a given access key. This can be useful if tracking the propagation of a key to the affected access control systems is needed, after it has been created or updated.

Authentication Type: Integration API Key

Responses

{
    "id": "e18574c0-0fde-475c-951f-265f0c2232ea",
    "status": "Applied",
    "systems_where_applied": 
    [
        {
            "system_id": "abc123-001",
            "applied_at": "2020-09-01T14:00:12Z"
        }
    ],
    "systems_where_pending":
    [
        {
            "system_id": "tqok23-001"
        }
    ],
    "systems_where_failed":
    [
        {
            "system_id": "hy64qw-002",
            "error_type": "CodeNotEnabled"
        }
    ]
}

StatusResponse Model

AppliedSystem Model

PendingSystem Model

FailedSystem Model

Access Key Error Types

Most of the errors types listed below indicates that a mismatch between IntServ Access and the access control system has occured. This can happen for example if configuration changes has been done manually in the access control system that hasn't yet been synchronized, and an access key has been updated between this gap.

Last updated