GET /v1/econtract/speciment/
GET
/v1/econtract/speciment/
Retrieves the speciment details.
Last updated 1 month ago
OK
const response = await fetch('http://{{base_url}}v1/econtract/speciment/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "speciment_url": "base64 image" } }