List Registries
GET/public-api/v1/registries/list
Retrieves a paginated list of registries available to the authenticated organization. Use this API before creating or updating Primary VDTs.
Details :
- Returns registries scoped to the authenticated organization.
- Each registry defines the schema and attributes used by Primary VDTs.
- Supports pagination and filtering via query parameters.
- The registryId from the response is required when calling Create, Update, List, or Search VDT APIs.
Request
Responses
- 200
- 400
- 401
- 500
Registries fetched successfully
Invalid registry list filters or pagination.
Unauthorized – Invalid or missing token.
Internal Server Error