Hint Health · Schema
Platform.IntegrationBlueprint_one_with_access_token
Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| access_token | string | |
| expires_in | string | |
| refresh_token | string | |
| status | string | |
| token_type | string | |
| webhook_url_default | string | |
| webhook_url_override | string | |
| activated_by | object | |
| api_keys | object | |
| practice | object | |
| product | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.hint.com/schemas/platform-integrationblueprint_one_with_access_token",
"title": "Platform.IntegrationBlueprint_one_with_access_token",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"access_token": {
"type": "string"
},
"expires_in": {
"type": "string"
},
"refresh_token": {
"type": "string"
},
"status": {
"type": "string"
},
"token_type": {
"type": "string"
},
"webhook_url_default": {
"type": "string",
"deprecated": true
},
"webhook_url_override": {
"type": "string",
"deprecated": true
},
"activated_by": {
"$ref": "#/components/schemas/Platform.UserBlueprint_min"
},
"api_keys": {
"$ref": "#/components/schemas/Platform.ApiKeyBlueprint_shared"
},
"practice": {
"$ref": "#/components/schemas/Platform.PracticeBlueprint_for_integration"
},
"product": {
"$ref": "#/components/schemas/Platform.PartnerProductBlueprint_min"
}
}
}