File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,41 @@ paths:
107107 description : Too many requests; Quota limit reached
108108 schema :
109109 $ref : ' #/definitions/ApiEstimationErrorResponse'
110+ ' /v1/smu_check/{username} ' :
111+ get :
112+ tags :
113+ - social media
114+ summary : Check if usernames are available on different social media plattforms
115+ description : Check if usernames are available on different social media plattform
116+ produces :
117+ - application/json
118+ parameters :
119+ - name : username
120+ in : path
121+ description : Username to check
122+ required : true
123+ type : string
124+ responses :
125+ ' 200 ' :
126+ description : successful operation
127+ schema :
128+ $ref : ' #/definitions/ApiSocialMediaResponse'
129+ ' 400 ' :
130+ description : Bad Request
131+ schema :
132+ $ref : ' #/definitions/ApiEstimationErrorResponse'
133+ ' 401 ' :
134+ description : Unauthorized; Invalid or missing JWT
135+ schema :
136+ $ref : ' #/definitions/ApiEstimationErrorResponse'
137+ ' 422 ' :
138+ description : Invalid request
139+ schema :
140+ $ref : ' #/definitions/ApiEstimationErrorResponse'
141+ ' 429 ' :
142+ description : Too many requests; Quota limit reached
143+ schema :
144+ $ref : ' #/definitions/ApiEstimationErrorResponse'
110145 ' /domainstudio/suggest/{keyword} ' :
111146 get :
112147 tags :
You can’t perform that action at this time.
0 commit comments