Dossier-specific data
All API endpoints for dossier specific information and actions require a dossier_id
parameter. When this parameter is blank, an HTTP not_found
response code is returned:
Sample request
HTTP Request
GET /api/v1/dossiers//responses HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_API_TOKEN