Skip to main content
GET
Check if a board slug is available

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

boardPublicId
string
required
Minimum string length: 12

Query Parameters

boardSlug
string
required
Required string length: 3 - 60
Pattern: ^(?![-]+$)[a-zA-Z0-9-]+$

Response

Successful response

isReserved
boolean
required