Developers
V1MeClinicalAccess requests

Your latest 100 clinical access requests and grants

GET
/v1/me/clinical/access-requests
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/me/clinical/access-requests"
{  "requests": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "status": "pending",      "practitioner": {        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",        "name": "string",        "licenseAuthority": "string",        "licenseNumber": "string",        "specialistRegistration": "string",        "specialty": "string",        "organization": "string",        "verifiedAt": "2019-08-24T14:15:22Z",        "verificationValidUntil": "2019-08-24T14:15:22Z"      },      "requestedAt": "2019-08-24T14:15:22Z",      "pendingExpiresAt": "2019-08-24T14:15:22Z",      "approvedAt": "2019-08-24T14:15:22Z",      "expiresAt": "2019-08-24T14:15:22Z",      "deniedAt": "2019-08-24T14:15:22Z",      "revokedAt": "2019-08-24T14:15:22Z",      "purpose": "consultation_recordkeeping",      "scope": "read_and_add",      "noticeVersion": "2026-09-09"    }  ]}