cURL
curl --request GET \ --url https://api.ledgerbeam.com/v1/resources \ --header 'API-KEY: <api-key>'
{ "next_cursor": "XjdHaksD", "data": [ { "id": "res_123456789", "name": "My Database", "description": "Production database connection", "type": "postgresql", "status": "active", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-15T10:35:00Z" } ] }
Retrieve a list of resources
Documentation IndexFetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ledgerbeam.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Resources retrieved successfully
Pagination cursor for next page
"XjdHaksD"
List of resources
Show child attributes