cURL
curl --request POST \ --url http://localhost:3000/v2/SharedRecordGet \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "recorduuid": "<string>", "request_metadata": {} } '
{ "status": "ok", "data": {} }
Retrieves a shared record by its UUID
Documentation IndexFetch the complete documentation index at: https://docs.databunker.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.
API token for authentication
UUID of the shared record
Additional metadata for the request
Shared record retrieved successfully
"ok"
Shared record data