API ReferenceClaim source
Retrieve a claims source
Roles
adminissuermanaged-issuer
GET
/v1/claim-sources/{id}Retrieves an existing claims source by providing its claimSourceID.
Analytic event
- CLAIM_SOURCE_RETRIEVE_START
- CLAIM_SOURCE_RETRIEVE_SUCCESS
- CLAIM_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/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "url": "string", "requestMethod": "GET", "requestParameters": { "mapFrom": "string" }, "authorization": { "type": "api-key", "value": "string" }}How would you rate this page?
Retrieve all claims sources GET
Returns a list of all claims sources configured on your tenant. ### **Analytic event** * CLAIM_SOURCE_RETRIEVE_LIST_START * CLAIM_SOURCE_RETRIEVE_LIST_SUCCESS * CLAIM_SOURCE_RETRIEVE_LIST_FAIL
Update a claims source PUT
Updates an existing claim source by providing its `claimSourceID`. ### **Analytic event** * CLAIM_SOURCE_UPDATE_START * CLAIM_SOURCE_UPDATE_SUCCESS * CLAIM_SOURCE_UPDATE_FAIL