Go Links
Add a go link
Adds a new go link for the organization.
post/organizations/{organizationId}/goLinks
Path parameters
organizationIdstring required
ID of the organization.
Request body
Example request
{
"urlPattern": "https://example.com/{*}/{*}",
"creatorEmail": "foo@bar.com"
}Response
Confirmation that the go link was added.
AddGoLinkResult required
The result of adding a Go Link.