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 Medecision Support Portal (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.
