How-Tos
Applications
Find All Applications
if you want to read more about the apps please take a look data receivers docid 0icz dap0cfxtlrhddxni goal you will be able to retrieve information of all the clients available in the ecosystem requirements have a valid access token see how to get one how to get an access token docid\ psoqdln1ie6dtn12rzn3r have a registered software statement see how to create one data receiver docid\ wqup7q4hedkp6j2fm4o3r step by step for illustrative purposes, postman will be used on this guide in postman, create a new request add a get request with https //matls api sandbox raidiam io/clients click on "authorisation" and select the "bearer token" as the authorisation type in the "token" field add the obtained access token click on "send" all clients from the ecosystem will be returned on the response example request curl \\ x get https //{host}/clients \\ h "authorization bearer {access token}"# headers x fapi interaction id 73cac523 d3ae 2289 b106 330a6218710d \# payload { "content" \[ { "application type" "web", "claims" \[ "string" ], "claims in verified claims" \[ "string" ], "client description" "string", "client id" "string", "client name" "string", "client uri" "https //example com", "grant types" \[ "string" ], "jwks uri" "https //example com", "last updated" "2023 05 04t09 42 00+00 00", "logo uri" "https //example com", "openid federation enabled" false, "openid federation entity management type" "openid entity federation managed", "org id" "string", "organisation id" "string", "policy uri" "https //example com", "post logout redirect uris" \[ "https //example com" ], "redirect uris" \[ "https //example com" ], "response types" \[ "string" ], "roles" \[ "string" ], "scope" "string", "sector identifier uri" "https //example com", "software id" "string", "software version" 42 0, "status" "active", "subject type" "string", "token endpoint auth method" "private key jwt", "tos uri" "https //example com" } ], "empty" true, "numberofelements" 42, "offset" 42, "pagenumber" 42, "pageable" { "number" 42, "offset" 42, "size" 42, "sort" { "orderby" \[ { "ascending" true, "direction" "asc", "ignorecase" true, "property" "createdat" } ], "sorted" true }, "sorted" true, "unpaged" true }, "size" 42, "totalpages" 42, "totalsize" 42 } hands on for illustrative purposes we will be using postman