cURL
curl --request GET \ --url https://api.offlineprotocol.com/api/v1/profiles/{username} \ --header 'Authorization: Bearer <token>'
{ "data": { "profile": { "username": "<string>", "about": "<string>", "socials": { "x": "<string>", "telegram": "<string>", "website": "<string>", "discord": "<string>" }, "location": { "latitude": 123, "longitude": 123 }, "hidden": false } } }
Fetches a specific user’s profile.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile details
Show child attributes