Skip to main content
GET
/
user
/
collaborators
List collaborators
curl --request GET \
  --url https://app.myhero.so/user/collaborators \
  --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

Response

200 - application/json

200 response

data
object[] | null
required