create_portal_session
ActiveTool of Relin
declared in 1.0.0
Authenticated tool to create portal session.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"appId",
"recipient"
],
"properties": {
"appId": {
"type": "string",
"minLength": 1
},
"theme": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"recipient": {
"type": "string",
"minLength": 1
},
"returnUrl": {
"type": "string",
"format": "uri"
},
"capabilities": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
},
"recipientName": {
"type": "string"
},
"expiresInSeconds": {
"type": "integer",
"maximum": 86400,
"minimum": 60
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Relin
https://github.com/earonesty/relin
1/7 registries