cURL
curl --request GET \ --url https://api.offlineprotocol.com/api/v1/profiles/search/{username} \ --header 'Authorization: Bearer <token>'
{ "username": "<string>", "name": "<string>", "bio": "<string>", "socials": {} }
Retrieve profile details by searching with a username. Requires authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The username to search for
Profile found successfully
Show child attributes