Skip to main content
GET
/
profiles
/
search
/
{username}
Search profile
curl --request GET \
  --url https://api.offlineprotocol.com/api/v1/profiles/search/{username} \
  --header 'Authorization: Bearer <token>'
{
  "username": "<string>",
  "name": "<string>",
  "bio": "<string>",
  "socials": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

username
string
required

The username to search for

Response

Profile found successfully

username
string
name
string
bio
string
socials
object
I