User Credentials
GET: https://api.validic.com/v1/me.json?authentication_token={user_access_token}
All Users in Validic have credentials that can be accessed with a /me call. Due to HIPAA de-identification standards, only non-identifiable data is available.
Samples
Request
curl --request GET \
--url 'https://api.validic.com/v1/me.json?authentication_token=user_access_token' \
--header 'Validic-Version: 2016-03-01' \
--header 'accept: application/json'
Response
{
me: {
_id: "55d390775SAMPLE4f000003"
}
}