Your suggested change has been received. Thank you.
Download OpenAPI specification:Download
Event Stream Config API documentation
Adds a subscription to the event stream.
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Details to add the subscription.
{ }
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}, - "cursor": "string"
}
Returns all existing subscriptions to the event stream.
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "resources": [
- "string"
], - "links": { },
- "config": [
- {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}
], - "cursor": "string"
}
Adds a subscription to the event stream.
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Details to add the subscription.
{ }
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}, - "cursor": "string"
}
Returns all existing subscriptions to the event stream.
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "resources": [
- "string"
], - "links": { },
- "config": [
- {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}
], - "cursor": "string"
}
Returns a specific subscription to the event stream.
subscriptionId required | string The identifier of the subscription. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}, - "cursor": "string"
}
Deletes a specific subscription to the event stream.
subscriptionId required | string The identifier of the subscription. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Updates a subscription to the event stream.
Note:
endpoint
and subscriptionId
cannot be updated.subscriptionId required | string The identifier of the subscription. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Details to update the subscription.
{ }
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}, - "cursor": "string"
}
Returns a specific subscription to the event stream.
subscriptionId required | string The identifier of the subscription. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}, - "cursor": "string"
}
Deletes a specific subscription to the event stream.
subscriptionId required | string The identifier of the subscription. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Updates a subscription to the event stream.
Note:
endpoint
and subscriptionId
cannot be updated.subscriptionId required | string The identifier of the subscription. |
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Details to update the subscription.
{ }
{- "resources": [
- "string"
], - "links": { },
- "config": {
- "endpoint": "string",
- "id": "string",
- "eventTypes": [
- "string"
], - "maxPerSecond": 100,
- "numberOfRetries": 3,
- "auth": { }
}, - "cursor": "string"
}
Create a OktaSync subscription
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Details for creating an OktaSync subscription.
required | object Connect configuration for authorization with the Okta API |
required | Array of objects (GroupConfigRequest) The mapping configuration representing the user-group memberships in Okta. Create a mapping configuration for each unique combination of nodeType and relationshipType |
{- "connect": {
- "oktaUri": "string",
- "clientId": "string"
}, - "groupConfig": [
- {
- "nodeType": "string",
- "relationshipType": "string"
}
]
}
Deletes a specific subscription to the event stream.
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Create a OktaSync subscription
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
Details for creating an OktaSync subscription.
required | object Connect configuration for authorization with the Okta API |
required | Array of objects (GroupConfigRequest) The mapping configuration representing the user-group memberships in Okta. Create a mapping configuration for each unique combination of nodeType and relationshipType |
{- "connect": {
- "oktaUri": "string",
- "clientId": "string"
}, - "groupConfig": [
- {
- "nodeType": "string",
- "relationshipType": "string"
}
]
}
Deletes a specific subscription to the event stream.
tenant required | string Your tenant code. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |