Hubspot Oauth Api Context
JSON-LD context defining the semantic vocabulary for Hubspot Oauth Api from HubSpot.
4 Classes
17 Properties
4 Namespaces
Namespaces
hubspot:
https://developers.hubspot.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
AccessTokenMetadata
RefreshTokenMetadata
TokenRequest
TokenResponse
Properties
| Property |
Type |
Container |
| token |
string |
|
| appId |
integer |
|
| hubId |
integer |
|
| userId |
integer |
|
| user |
string |
|
| hubDomain |
string |
|
| scopes |
string |
set |
| tokenType |
string |
|
| expiresIn |
integer |
|
| clientId |
string |
|
| grantType |
string |
|
| clientSecret |
string |
|
| redirectUri |
string |
|
| code |
string |
|
| refreshToken |
string |
|
| accessToken |
string |
|
| idToken |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hubspot": "https://developers.hubspot.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"AccessTokenMetadata": "hubspot:AccessTokenMetadata",
"token": {
"@id": "hubspot:token",
"@type": "xsd:string"
},
"appId": {
"@id": "hubspot:app_id",
"@type": "xsd:integer"
},
"hubId": {
"@id": "hubspot:hub_id",
"@type": "xsd:integer"
},
"userId": {
"@id": "hubspot:user_id",
"@type": "xsd:integer"
},
"user": {
"@id": "hubspot:user",
"@type": "xsd:string"
},
"hubDomain": {
"@id": "hubspot:hub_domain",
"@type": "xsd:string"
},
"scopes": {
"@id": "hubspot:scopes",
"@container": "@set",
"@type": "xsd:string"
},
"tokenType": {
"@id": "hubspot:token_type",
"@type": "xsd:string"
},
"expiresIn": {
"@id": "hubspot:expires_in",
"@type": "xsd:integer"
},
"RefreshTokenMetadata": "hubspot:RefreshTokenMetadata",
"clientId": {
"@id": "hubspot:client_id",
"@type": "xsd:string"
},
"TokenRequest": "hubspot:TokenRequest",
"grantType": {
"@id": "hubspot:grant_type",
"@type": "xsd:string"
},
"clientSecret": {
"@id": "hubspot:client_secret",
"@type": "xsd:string"
},
"redirectUri": {
"@id": "hubspot:redirect_uri",
"@type": "xsd:string"
},
"code": {
"@id": "hubspot:code",
"@type": "xsd:string"
},
"refreshToken": {
"@id": "hubspot:refresh_token",
"@type": "xsd:string"
},
"TokenResponse": "hubspot:TokenResponse",
"accessToken": {
"@id": "hubspot:access_token",
"@type": "xsd:string"
},
"idToken": {
"@id": "hubspot:id_token",
"@type": "xsd:string"
}
}
}