light-mode-image
Learn
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

Formatuuid

Response 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?