Skip to main content
GET
/
oauth
Get Authenticated Account
curl --request GET \
  --url https://api.inprocess.world/api/oauth \
  --header 'Authorization: Bearer <token>'
{
  "artistAddress": "0x1234567890abcdef1234567890abcdef12345678",
  "profile": {
    "username": "sweetman",
    "bio": "the dev for onchain music.",
    "farcaster_username": "sweetman.eth",
    "instagram_username": "sweetman.eth",
    "twitter_username": "sweetman_eth",
    "telegram_username": "sweetman_eth",
    "phone": {
      "phone_number": "+11234567890",
      "verified": true
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

Authenticated account retrieved successfully

artistAddress
string
required

The wallet address of the authenticated artist

Example:

"0x1234567890abcdef1234567890abcdef12345678"

profile
object
required

The artist's profile information