Welcome to the Registry of Registries!- GET /registry-descriptors
- GET /registry-descriptors/assetid-BASE64URL-encoded[?domain=optional]
- POST /registry-descriptors?verification=verification
- PUT /registry-descriptors?verification=verification
- DELETE /registry-descriptors?verification=verification
Example:
{
"Url": "http://example.com/6789",
"Security": "",
"Match": "LIKE",
"Pattern": "%6789%",
"Domain": "example.com",
"Id": "xxx"
}
Match ::= LIKE | REGEX
Optional ?domain can be used with specificAssedIds
PUT and DELETE are only possible with correct ID.
bearer token can be used by: ?verification=bearer:bearer-token
bearer token must include claim userName with userName == id in descriptor