Event Gateway Schema Registries
Get a Schema Registry
Returns information about a specific schema registry associated with the Event Gateway.
get/v1/event-gateways/{gatewayId}/schema-registries/{schemaRegistryId}
Response
A single schema registry object.
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}