Goldmine
Steam

List Friends

POST
/steam.v1.Steam/ListFriends

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/steam.v1.Steam/ListFriends" \  -H "Content-Type: application/json" \  -d '{}'
{
  "friendsList": {
    "accountName": "string",
    "friends": [
      {
        "relationship": 0,
        "steamId": "string"
      }
    ],
    "observedAt": "2019-08-24T14:15:22Z",
    "workspaceId": "string"
  }
}
Empty