light-mode-image
Learn
API ReferenceClaim source

Retrieve all claims sources

Roles

adminissuermanaged-issuer
GET/v1/claim-sources

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned entries, default 100

Range1 <= value <= 1000
cursor?string

Starting point for the range of entries

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/claim-sources"
{  "nextCursor": "string",  "data": [    {      "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?