Workers
Current Worker
GET /rest/workers/me.json
Retrieve the object for the current worker based on the given API credentials.
Example
$out = $cerb->get($base_url . 'workers/me.json');
GET /rest/workers/me.json
Retrieve the object for the current worker based on the given API credentials.
$out = $cerb->get($base_url . 'workers/me.json');