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
API key for authentication
Resources retrieved successfully
Pagination cursor for next page
"XjdHaksD"
List of resources
Show child attributes