Goldmine
Steam

List Confirmations

POST
/steam.v1.Steam/ListConfirmations

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/ListConfirmations" \  -H "Content-Type: application/json" \  -d '{}'
{
  "confirmations": [
    {
      "accountName": "string",
      "confirmationId": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "creatorId": "string",
      "resolvedAt": "2019-08-24T14:15:22Z",
      "status": "CONFIRMATION_STATUS_UNSPECIFIED",
      "type": "string",
      "workspaceId": "string"
    }
  ],
  "nextCursor": "string"
}
Empty