curl --request GET \ --url https://api.zivio.net/api/v3/suppliers/{id}/resources/{resource_id} \ --header 'X-API-Key: <api-key>' \ --header 'zivio-tenant-id: <api-key>'
{ "id": "77", "name": "Doe, John", "resourceable_type": "Worker", "resourceable_id": "15", "archived_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
"77"
"Doe, John"
"Worker"
"15"