light-mode-image
Learn
MATTR VII PlatformClaim source

Retrieve all claims 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

Roles

adminissuer
GET/v1/claim-sources
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

curl -X GET "https://example.vii.au01.mattr.global/v1/claim-sources?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"
{
  "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM",
  "data": [
    {
      "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"
      }
    }
  ]
}

{
  "code": "BadRequest",
  "message": "Validation Error",
  "details": [
    {
      "location": "query",
      "msg": "Invalid value",
      "param": "cursor",
      "value": "abc"
    }
  ]
}

How would you rate this page?