Skip to main content
GET
/
user
/
owner
/
{docId}
Retrieve entity owner
curl --request GET \
  --url https://app.myhero.so/user/owner/{docId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "fbUid": "<string>",
    "profile": {
      "email": "jsmith@example.com",
      "firstName": "<string>",
      "lastName": "<string>",
      "pictureUrl": "<string>",
      "avatarId": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

docId
string
required
Minimum string length: 1

Response

200 response

data
object
required