Medad Fusion API
    Medad Fusion API
    • Apps
      • List all Medad apps
        GET
    • Integrations
      • List third-party integrations
        GET
    • Flows
      • List all integration flows
        GET
      • Create a new integration flow
        POST
      • Get a specific integration flow
        GET
      • Update an integration flow
        PUT
      • Delete an integration flow
        DELETE
      • Run a test transaction for a flow
        POST
    • Logs
      • List all integration logs
        GET
    • Settings
      • Get app configuration for all apps
        GET
      • Update app configuration
        PUT
    • Untitled Endpoint
      POST
    • Schemas
      • Schemas
        • AppId
        • Category
        • IntegrationStatus
        • IntegrationField
        • Integration
        • Field
        • AppEvent
        • AppAction
        • MedadApp
        • FieldMapping
        • IntegrationFlow
        • IntegrationFlowCreate
        • IntegrationFlowUpdate
        • LogLevel
        • IntegrationLog
        • ConfiguredApp
        • ConfiguredApps

      Untitled Endpoint

      Developing
      POST
      https://sso.qa.medad.com/realms/medad/protocol/openid-connect/token

      Request

      Header Params

      Body Params application/x-www-form-urlencoded

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://sso.qa.medad.com/realms/medad/protocol/openid-connect/token' \
      --header 'Content-Type: application/x-www-form-urlencoded' \
      --data-urlencode 'client_id=fusion' \
      --data-urlencode 'client_secret=5FVGzPvBhGQGs5zUtSaUFPuJFkAi59pz' \
      --data-urlencode 'grant_type=password' \
      --data-urlencode 'username=mira' \
      --data-urlencode 'password=Mira@123'
      Response Response Example
      {}
      Modified at 2025-10-20 12:24:40
      Previous
      Update app configuration
      Next
      AppId
      Built with