My aim is to create a patient via Postman. I have an application with the following details:
- Application ID: ********
- Client ID: ********
- Application Type: System
- Type of Access: Offline
- Application Privacy: Confidential
I need to know how to get an access token from Postman and require the Auth URL and Access Token URL.
Here is my current setup in Postman:
Authorization Section:
- Auth Type: OAuth 2.0
- Token Name: CernerToken
- Grant Type: Authorization Code
- Callback URL: https://oauth.pstmn.io/v1/callback
- Authorize using browser: Yes
- Auth URL: https://authorization.cerner.com/oauth2/auth
- Access Token URL: https://authorization.cerner.com/oauth2/token
- Client ID: ********
- Client Secret:
- Scope: patient/Patient.read patient/Patient.write
- State:
- Client Authentication: Send client credentials in body
When I click the Get New Access Token button, I see a 404 Not Found page. Can someone help me resolve this issue?
I have read this documentation: https://docs.oracle.com/en/industries/health/millennium-platform-apis/mfrap/appointment.html. However, I cannot fully understand it. This URL references the appointment section, and I know the patient section below only has create and read APIs. The dummy API allows me to read and write, and that works perfectly, but creating custom data field values is not possible for me. Can someone clarify the documentation and provide guidance on setting up access tokens correctly in Postman?
Thanks,
Nandhakumar Chinnasami
