Check Permalink Availability
GET {{baseUrl}}/api/v1/communityTopics/permalink/availability?permalink=<String>
API to check whether the given permalink is available
OAuth Scope
Desk.community.GET
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
permalink | string | Permalink for which the availablilty need to be checked |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"available":"true"}