Effective May 1, 2026, Okta will no longer sell or renew Advanced Server Access. Existing customers must migrate to Okta Privileged Access within one year of their next scheduled renewal date to maintain service. Read the FAQ | Learn about Okta Privileged Access
Lists all Gateway Setup Tokens for your Team
OK
{- "list": [
- {
- "id": "6116bb2a-7289-4528-92ee-8e92443c3b61",
- "registration_type": "gateway-agent",
- "description": "Example gateway setup token request",
- "details": null,
- "created_at": "0001-01-01T00:00:00Z"
}, - {
- "id": "a649a6b4-274b-43b7-a867-d93429068639",
- "registration_type": "gateway-agent",
- "description": "Example gateway setup token request 2",
- "details": null,
- "created_at": "0001-01-01T00:00:00Z"
}
]
}Creates a Gateway Setup Token for your Team
Created
{- "labels": {
- "env": "dev",
- "region": "us-west-2"
}
}{- "created_at": "0001-01-01T00:00:00Z",
- "description": "Example gateway setup token request",
- "details": null,
- "id": "6116bb2a-7289-4528-92ee-8e92443c3b61",
- "registration_type": "gateway-agent"
}Retrieves the specified Gateway Setup Token
OK
{- "created_at": "0001-01-01T00:00:00Z",
- "description": "Example gateway setup token request",
- "details": null,
- "id": "6116bb2a-7289-4528-92ee-8e92443c3b61",
- "registration_type": "gateway-agent"
}Deletes the specified Gateway Setup Token
No Content
Retrieves the specified Gateway Setup Token
OK
{- "created_at": "0001-01-01T00:00:00Z",
- "description": "Example gateway setup token request",
- "details": null,
- "id": "6116bb2a-7289-4528-92ee-8e92443c3b61",
- "registration_type": "gateway-agent"
}Lists all Gateways for your Team
OK
{- "list": [
- {
- "id": "a2dfd474-2db4-4bb2-8364-d5f76ade396e",
- "name": "Production gateway",
- "access_address": null,
- "default_address": null,
- "description": "Gateway used for production env",
- "cloud_provider": null,
- "refuse_connections": false,
- "labels": null
}, - {
- "id": "cf028ce5-1556-48dc-ab90-d15fe4fa7180",
- "name": "Dev gateway",
- "access_address": null,
- "default_address": null,
- "description": "Gateway used for dev env",
- "cloud_provider": null,
- "refuse_connections": false,
- "labels": null
}
]
}Retrieves the properties of a specified Gateway
OK
{- "access_address": null,
- "cloud_provider": null,
- "default_address": null,
- "description": "Gateway used for production env",
- "id": "a2dfd474-2db4-4bb2-8364-d5f76ade396e",
- "labels": null,
- "name": "Production gateway",
- "refuse_connections": false
}Updates a specified Gateway
No Content
{- "access_address": null,
- "cloud_provider": null,
- "default_address": null,
- "description": "New description for production gateway",
- "id": "a2dfd474-2db4-4bb2-8364-d5f76ade396e",
- "labels": null,
- "name": "New name for production gateway",
- "refuse_connections": true
}Deletes the specified Gateway from your Team
No Content
Retrieve a status report for the specified Gateway
OK
{- "active_connections": 2,
- "gateway_id": "7d6dbd30-d32f-4a7a-94d2-31e95747d460",
- "status": "ONLINE",
- "total_storage_bytes": 4096,
- "updated_at": "0001-01-01T00:00:00Z",
- "used_storage_bytes": 2048
}