Getting Started: Signing Up
Getting Started: Signing Up for the Medecision Dev Portal
Follow this step-by-step guide to access the Medecision Dev Portal, view APIs, and register your own applications.
Step 1: Access the Dev Portal
Navigate to:\ đ https://developers.medecision.com
Step 2: Sign Up for an Account
Click âSign Upâ
Use your Medecision-approved email address
Submit the form
đ˘ Note: Your account will not be active until an administrator approves it.
Step 3: Wait for Approval
Internal Users: Raise a request via the internal Ops Support Portal.
Client Users: Submit a request to the Aerial Service Desk and/or Ember (e.g., Aerial Service Desk).
Step 4: View Available APIs
After login, youâll see a list of APIs available to your organization.
Click into a service to view Swagger documentation and example requests.
Step 5: Create a New App and Generate Credentials
Click your profile icon (top-right)
Select âMy Appsâ â Click âNew Appâ
Fill in the form (name, description, etc.)
Click âCreateâ to generate an API Key
đ Important: You will only see the API Key onceâstore it securely.
đ Step 6: Register for API Access
Go back to the service you wish to use
Click âRegisterâ
Choose the application you created earlier
Click âRequest Accessâ
â Access is typically granted automatically after request.
Step 7: Test in Postman or Insomnia
Click âView Rawâ on any service
Download the API spec (OpenAPI)
Import into your API client
đ Postman Guide: https://learning.postman.com/docs
Optional: Using x-md-token Header
For services that require a JWT token instead of an API key:
Refer to:\ đ JWT Integration Guide
Not all steps are requiredâDev Portal-issued keys may be sufficient for basic access.
For further help or to request elevated access, reach out via your Support Portal.
