1curl https://pre-api.joincandidhealth.com/images/v1 \2 -H "Authorization: Bearer <token>"
1[2 {3 "deactivated": true,4 "display_name": "display_name",5 "file_name": "file_name",6 "file_type": "file_type",7 "id": "id",8 "organization_id": "organization_id",9 "signed_url": "signed_url",10 "status": "PENDING",11 "updated_at": "2024-01-15T09:30:00Z",12 "updating_user_id": "updating_user_id",13 "version": 1,14 "coverage": {15 "id": "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",16 "side": "FRONT"17 },18 "patient": {19 "id": "id",20 "notes": "notes"21 }22 },23 {24 "deactivated": true,25 "display_name": "display_name",26 "file_name": "file_name",27 "file_type": "file_type",28 "id": "id",29 "organization_id": "organization_id",30 "signed_url": "signed_url",31 "status": "PENDING",32 "updated_at": "2024-01-15T09:30:00Z",33 "updating_user_id": "updating_user_id",34 "version": 1,35 "coverage": {36 "id": "d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32",37 "side": "FRONT"38 },39 "patient": {40 "id": "id",41 "notes": "notes"42 }43 }44]
OAuth authentication of the form <token>.
<token>