API Reference
Retrieves a specific piece of evidence by ID.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/events/{event_id}/evidences/{evidence_id} \ --header 'Authorization: <api-key>'
{ "id": 1, "type": "file", "url": "XXXXXXX", "name": "Receipt.pdf" }
Unique event ID in the evt_XXXX syntax. For example: evt_DLnYvzbjSujNAvXE
evt_XXXX
evt_DLnYvzbjSujNAvXE
Unique numerical ID of evidence.
200
The response is of type object.
object