cURL
curl --request PATCH \ --url https://api.offlineprotocol.com/api/v1/profiles/{username}/visibility \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "hidden": true }'
{ "data": "<unknown>" }
Toggles visibility of the username.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
true
Visibility updated