Test environment connection
Posted: Tue Apr 14, 2020 3:04 pm
I am trying to connect to the test env for open dental API using the developer key and customer API key from the API documentation (9.3 pdf) but I can't seem to get it to work. I keep getting an error "Improper authorization header. Format is 'Authorization: ODFHIR {developerKey}/{apiKey}'.".
Could you please advice on what is a valid developer key and if the below basic api call should work in the test environment.
curl --location --request GET 'https://api.opendental.com/fhir/v2/capabilitystatement' \
--header 'Authorization: ODFHIR NFF6i0KrXrxDkZHt/VzkmZEaUWOjnQX2z' \
--header 'Content-Type: application/json'
After emailing vendor.relations@opendental.com I was referred to open a topic in this form to get help.
Thank you
Could you please advice on what is a valid developer key and if the below basic api call should work in the test environment.
curl --location --request GET 'https://api.opendental.com/fhir/v2/capabilitystatement' \
--header 'Authorization: ODFHIR NFF6i0KrXrxDkZHt/VzkmZEaUWOjnQX2z' \
--header 'Content-Type: application/json'
After emailing vendor.relations@opendental.com I was referred to open a topic in this form to get help.
Thank you