Table of Contents | ||||
---|---|---|---|---|
|
...
Link | |
Resource | /oauth/tokens |
Scope | List of scopes that are required in application business logic, separated by space |
Components | |
Using Dictionaries | API paragraph not found |
Using Microservices | API paragraph not found |
Protocol type | REST |
Request type | POST |
Sync/Async | Sync |
...
API paragraph not found
Input parameters
Attributes
Token:
ParameterAttribute | Values | Type | Description | Example |
---|---|---|---|---|
client_id (required) | String | Medical Service provider ID issued after legal_entity registration. Used to identify the context of the MSP/Pharmacy | 6498d88e-97fb-47e2-85a5-99e884f888aa | |
client_secret (required) | String | Medical Information System secret key issued upon integration request. Used to identify application developer | msp-001-secret-key | |
code (required) | String | oAuth code grant | 299383828 | |
grant_type (required) | String | oAuth Grant Type. Currently only | authorization_code | |
redirect_uri (required) | String | URL where user will be redirected after authentification. This url will receive | https://example.com/ | |
scope (required) | String | List of scopes that is required in application business logic, separated by space. Different login forms will be shown based on scopes that you requested | capitation_contracts:view capitation_contracts:create patients:view patients:create |
...