cURL
curl --request GET \ --url https://dash.betteruseblockchain.com/api/v1/registry/{registryId} \ --header 'Authorization: Bearer <token>'
{ "message": "Success", "data": { "id": "<string>", "type": "<string>", "status": "<string>", "callback_url": "<string>", "metadata": {}, "folder": {}, "created_at": "2023-11-07T05:31:56Z" } }
Retrieve a specific registry by its unique ID.
Show child attributes