API ReferenceClaim source
Retrieve a claims source
GET
/v1/claim-sources/{id}Retrieves an existing claims source by providing its claimSourceID.
Roles
adminissuermanaged-issuer
Analytics Events
CLAIM_SOURCE_RETRIEVE_STARTCLAIM_SOURCE_RETRIEVE_SUCCESSCLAIM_SOURCE_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Claims source ID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/claim-sources/41458e5a-9092-40b7-9a26-d4eb43c5792f"{ "id": "57fa09e2-82f3-4d3d-9eca-d0253e84a4e6", "name": "My claims from example.com", "url": "https://example.com", "requestMethod": "GET", "requestParameters": { "mapFrom": "claims.accountType" }, "authorization": { "type": "api-key", "value": "****************************************61m1J" }}How would you rate this page?