Table of Contents | ||||
---|---|---|---|---|
|
...
Link | |
Resource | /oauth/tokens |
Scope | API paragraph not found |
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 Service provider secret key issued upon integration request. Used to identify MSP | msp-001-secret-key | |
refresh_token (required) | String | oAuth refresh token | my-oauth-refresh-token | |
grant_type (required) | String | oAuth Grant Type. Currently only | refresh_token |
...