Properties
| Name | Type | Description |
|---|---|---|
| account_tag | string | The Cloudflare account tag. |
| active | boolean | Whether this integration is enabled and should export changes in risk score. |
| created_at | string | When the integration was created in RFC3339 format. |
| id | string | The id of the integration, a UUIDv4. |
| integration_type | object | |
| reference_id | string | A reference ID defined by the client. Should be set to the Access-Okta IDP integration ID. Useful when the risk-score integration needs to be associated with a secondary asset and recalled using that |
| tenant_url | string | The base URL for the tenant. E.g. "https://tenant.okta.com" |
| well_known_url | string | The URL for the Shared Signals Framework configuration, e.g. "/.well-known/sse-configuration/{integration_uuid}/". https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/dlp_RiskScoreIntegration",
"title": "dlp_RiskScoreIntegration",
"properties": {
"account_tag": {
"description": "The Cloudflare account tag.",
"type": "string"
},
"active": {
"description": "Whether this integration is enabled and should export changes in risk score.",
"type": "boolean"
},
"created_at": {
"description": "When the integration was created in RFC3339 format.",
"format": "date-time",
"type": "string"
},
"id": {
"description": "The id of the integration, a UUIDv4.",
"format": "uuid",
"type": "string"
},
"integration_type": {
"$ref": "#/components/schemas/dlp_RiskScoreIntegrationType"
},
"reference_id": {
"description": "A reference ID defined by the client.\nShould be set to the Access-Okta IDP integration ID.\nUseful when the risk-score integration needs to be associated with a secondary asset and recalled using that ID.",
"type": "string"
},
"tenant_url": {
"description": "The base URL for the tenant. E.g. \"https://tenant.okta.com\"",
"type": "string"
},
"well_known_url": {
"description": "The URL for the Shared Signals Framework configuration, e.g. \"/.well-known/sse-configuration/{integration_uuid}/\". https://openid.net/specs/openid-sse-framework-1_0.html#rfc.section.6.2.1",
"type": "string"
}
},
"required": [
"id",
"account_tag",
"integration_type",
"reference_id",
"tenant_url",
"well_known_url",
"active",
"created_at"
],
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-dlp-riskscoreintegration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.