curl --request GET \ --url https://api.nimble.com/api/v2/resources/123 \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "data": { "id": "123", "type": "resource", "attributes": { "name": "Example Resource", "created_at": "2024-01-01T00:00:00Z" } } }
Retrieve a specific resource by ID
Show properties