PUT /accounts/{account_id}/zt_risk_scoring/integrations/{integration_id}
Overwrite the reference_id, tenant_url, and active values with the ones provided.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
account_id |
String | Yes | |
integration_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
active |
Boolean | Yes |
Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party. |
tenant_url |
String | Yes |
The base url of the tenant, e.g. "https://tenant.okta.com". |
reference_id |
String | No |
A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.