v1
latestOpenAPI 3.0.02026-08-045822.7 KBweb-integrations
Create web integration
Creates a web integration.
post/api/v1/web-integrations
Request body
Example request
{
"name": "My Web Integration",
"validOrigins": [
"https://thirdPartyApp.com"
]
}Response
Web integration created successfully.
Example response
{
"name": "My Web Integration",
"links": {
"self": {
"href": "http://mytenant.region.domain/api/v1/web-integrations/id"
}
},
"validOrigins": [
"https://thirdPartyApp.com"
]
}