Properties
| Name | Type | Description |
|---|---|---|
| appId | string | The identifier of the application for which the access token is generated. Endpoints:
|
| value | string | Access token value used to invoke the widgets/apps. Endpoints:
|
| url | string | Base URL using which the application is accessed. Endpoints:
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AccessTokens",
"title": "AccessTokens",
"type": "object",
"properties": {
"appId": {
"type": "string",
"description": "The identifier of the application for which the access token is generated.<br><br><b>Endpoints</b>:<ul><li>GET user/accessTokens</li></ul>"
},
"value": {
"type": "string",
"description": "Access token value used to invoke the widgets/apps.<br><br><b>Endpoints</b>:<ul><li>GET user/accessTokens</li></ul>"
},
"url": {
"type": "string",
"description": "Base URL using which the application is accessed.<br><br><b>Endpoints</b>:<ul><li>GET user/accessTokens</li></ul>"
}
}
}