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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the registry.
Registry retrieved successfully.
"Success"
Show child attributes
Unique identifier of the registry.
Type of the registry.
Current status of the registry.
Callback URL associated with the registry.
Metadata associated with the registry.
Folder details where the registry is stored.
Timestamp of when the registry was created.