v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCustom Links
Create a custom link
🔑
Required OAuth scope: customLinks:write.
Creates a custom link.
post/api/v2/custom-links
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"name": "Portal managers",
"order": 3,
"type": "Manager Link FR",
"iconName": "inbox"
}Response
Returns the created custom link.
Example response
{
"name": "Portal managers",
"order": 3,
"type": "Manager Link FR",
"iconName": "inbox",
"_id": "507f1f77bcf86cd799439011"
}