CR APIs
Central Registry APIs
Fetching Regulated Entities REs metadata using Central Registry (CR)
To fetch the metadata of all the entities of a specific type (FIU or FIP or AA).
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestring · enumRequiredPossible values:
Type of entity
Responses
200
Successful retrieval
application/json
400
Schema validation failure
application/json
401
Unauthorized or Invalid token
404
Entity not found
application/json
get
/v2/entityInfo/{type}To fetch the metadata of a specific entity by its type and ID
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestring · enumRequiredPossible values:
Type of entity
idstringRequired
Entity identifier
Responses
200
Successful retrieval
application/json
400
Schema validation failure
application/json
401
Unauthorized or Invalid token
404
Entity not found
application/json
get
/v2/entityInfo/{type}/{id}API Collection:
Was this helpful?