API Requests and Responses
cURL header call to confirm connectivity; you should get a welcome message:
curl -v --header "Content-Type: application/json" --cert first-last.staging.vendors.external.pem --key first-last.staging.vendors.external.keyCall the memberships endpoint for member data with a member's Oscar ID
curl -v --header "Content-Type: application/json" --cert first-last.staging.vendors.external.pem --key first-last.staging.vendors.external.key -d '{"oscar_id": "OSC12345678-01"}' -X POST https://ichra-api-staging.hioscar.com:444/ichra-api/v1/get-membershipsUpdated 4 months ago
