Skip to main content
GET
/
conventions
/
check-title
Check Convention Title Exists
curl --request GET \
  --url https://api.example.com/conventions/check-title \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Headers

Api-key
string | null

Query Parameters

title
string
required

Response

Successful Response

The response is of type Response Check Convention Title Exists Conventions Check Title Get · object.