-
Register a new Medplum account using an email address and password: https://app.medplum.com/signin?project=new
-
Follow the instructions here to create a new client application: https://www.medplum.com/docs/auth/methods/oauth-auth-code
-
Import the
medplum.postman_environment.json
file into Postman -
In the
Medplum
environment you just imported, set theclient_id
andclient_secret
, and then click save. You can retrieve these values by clicking on the Client Application you created here:
https://app.medplum.com/admin/clients
Then once on theEdit membership
page, click the name again and use the values forID
andSecret
. -
Import the
medplum.postman_collection.json
file into Postman. -
Within the Medplum collection you just imported, call the
Set Access Token
endpoint. This will retrieve your access token and save it as an environment variable, so that it can be used in the Authorization header for all subsequent endpoint calls.
The endpoints in this collection correspond with the example API calls from the Browse Sample Data
tutorial: