Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

IBM Claim Rules API

Manage claim rules for trusted profiles

IBM Claim Rules API is one of 55 APIs that IBM publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Claim Rules. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a getting-started guide, pricing, and 1 JSON Schema.

This API exposes 5 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://iam.cloud.ibm.com.

5 operations 2 paths 7 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.us-south.assistant.watson.cloud.ibm.com
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

IBM Claim Rules API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — IAM access token obtained from the /identity/token endpoint. Pass as Authorization: Bearer .

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Claim Rules 5

Manage claim rules for trusted profiles

GET
/v1/profiles/{profile-id}/rules
List claim rules for a trusted profile
listClaimRules 1 param → 200401404
POST
/v1/profiles/{profile-id}/rules
Create a claim rule
createClaimRule 1 param body → 201400401
GET
/v1/profiles/{profile-id}/rules/{rule-id}
Get a claim rule
getClaimRule 2 params → 200401404
PUT
/v1/profiles/{profile-id}/rules/{rule-id}
Update a claim rule
updateClaimRule 3 params body → 200400404409
DELETE
/v1/profiles/{profile-id}/rules/{rule-id}
Delete a claim rule
deleteClaimRule 2 params → 204401404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ResponseContext (11 properties), ClaimRule (10 properties), CreateClaimRuleRequest (6 properties), UpdateClaimRuleRequest (6 properties). Each schema is shown below with its type and property counts.

ClaimRuleList
object
A list of claim rules for a trusted profile.
2 properties
ClaimRule
object
A claim rule defines conditions under which a federated user can apply a trusted profile.
10 properties
ResponseContext
object
Context metadata for paginated API responses.
11 properties
ClaimRuleCondition
object
A condition in a claim rule.
3 properties 3 required
ErrorResponse
object
An error response from the IAM API.
4 properties
UpdateClaimRuleRequest
object
Request body for updating a claim rule.
6 properties 2 required
CreateClaimRuleRequest
object
Request body for creating a claim rule.
6 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ibm-claim-rules-api-openapi.yml Raw ↑

Other APIs IBM publishes across the network.

IBM Cloud Object Storage
IBM Cloud Databases for PostgreSQL
IBM Cloud Code Engine
IBM watsonx.ai
IBM watsonx.governance
IBM Watson Discovery
IBM Cloud Virtual Private Cloud
IBM Cloud Kubernetes Service
IBM Key Protect
IBM Cloud Secrets Manager
IBM Cloud Event Notifications
IBM Cloud Container Registry