Create data stores to be used as claim sources when testing your MATTR VII integrations. All claim sources are hosted under their own unique subdomain and are secured with auto-generated API Keys.
Log in or sign up to create your own claim store
{
"name":"My claims from claims.studio",
"url":"https://claims.studio/api/data",
"authorization":{
"type":"api-key",
"value":"<Your-API-Key>",
// 'x-api-key' in headers when not using MATTR
},
"requestParameters":{
// This is where you configure the data VII
// sends to the data source and match a user
}
}