cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/boleta/{id} \ --header 'Authorization: Bearer <token>'
{ "id_boleta": 123, "id_technician": "<string>", "uf_value": 123, "ids_visits": "<string>", "boleta_status_id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "technician_name": "<string>", "total_boleta": 123 }
Operacion: Get boleta by ID.
Bearer token authentication