Check showcase activated. Returning true indicates that the showcase has been opened, while returning false means the showcase has not been opened yet.
Request
Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params
Responses
๐ข200SUCCESS
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.tikhubapi.com/api/v1//user/check-showcase?user_id=7299191219532743726' \
--header'Authorization: Basic <encoded-value>'