...
Code Block |
---|
"vsee": { "id": "ccpreview+606ce3e353c8411a8e7b52c664457b1f", "token": "78fc497ff743d2b51050d9102acabe63" } |
POST Parameters
Parameter | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
YYYY-MM-DD format |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
POST Parameters required in order to be able to e-prescribe for this user:
Parameter | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
YYYY-MM-DD format |
|
|
|
|
|
Max length: 128 character |
|
|
male / female |
|
|
|
|
|
|
|
|
Two-Letter State Abbreviation |
|
|
|
|
|
|
|
|
|
|
Response
Note: you can use the data.token.token return here to redirect user from your portal to VSee Clinic portal, please see Workflows section.
...
GET /me
Status | ||||
---|---|---|---|---|
|
Retrieve the current user profile
Parameters
Parameter | Type | Description |
---|---|---|
|
|
|
...
POST /users/logout
Status | ||||
---|---|---|---|---|
|
Log the current user session out corresponding to the supplied tokens. The supplied tokens will be destroyed.
Parameters
Parameter | Type | Description |
---|---|---|
|
| Array of tokens to be destroyed, e.g |
...
POST /tokens/refresh
Status | ||||
---|---|---|---|---|
|
Use refresh token to generate a new access token. New refresh token is also returned for the next refresh.
Parameters
Parameter | Type | Description |
---|---|---|
|
|
...
POST /users/reset_password
Status | ||||
---|---|---|---|---|
|
System will send reset password email to the email supplied if valid
Parameters
Parameter | Type | Description |
---|---|---|
|
| Valid email to send reset password email |
...